A probability distribution is a whole shape — an infinite cloud of possible returns, each with its own likelihood. That’s far too much to carry around in your head, so finance squeezes the cloud into a handful of summary numbers called moments. The first tells you where the distribution sits (its average), the second how wide it is (its spread), the third how lopsided it is, and the fourth how heavy its tails are. Master these four and you can describe any return series — a stock, a fund, a strategy — in four numbers that a risk manager will actually understand.
This lesson builds them from the ground up, straight from raw return numbers, and connects every one to the bell curves and fat tails you met last lesson.
Before you read — take a guess
A distribution's 'moments' (mean, variance, skewness, kurtosis) collectively tell you:
Expectation: the probability-weighted average
Analogy. Imagine a weighted roulette wheel where each outcome is a possible return and the size of its slot is its probability. Spin it a million times, average the results, and you converge on the expectation — the long-run center of gravity of the distribution. It is not the most likely single outcome; it’s the balance point of the whole wheel.
Definition. For a discrete random variable taking values with probabilities , the expectation (or mean) is
Each outcome is weighted by how often it happens. In finance is the expected return — the average return you’d earn if the same odds repeated forever.
Worked example. A trade has three possible one-year outcomes:
| Scenario | Return | Probability | |
|---|---|---|---|
| Boom | +30% | 0.25 | +7.5% |
| Base | +8% | 0.50 | +4.0% |
| Bust | −20% | 0.25 | −5.0% |
Add the last column: . So . Notice the expected return (6.5%) isn’t any of the three outcomes — it’s the weighted balance point, pulled down from the 8% base case by the fat 25% chance of a −20% bust.
Linearity of expectation
The single most useful property of expectation: it passes straight through sums and scalings, no matter what. For any constants and ,
Worked example. Suppose you lever the trade above and the broker skims a flat 1% fee, so your net return is . Then
You never had to rebuild the scenario table — linearity let you scale the answer directly. This is why expected returns of a portfolio are just the weighted average of the components’ expected returns: expectation glides through the sum.
The average is not the outcome
Expectation is a long-run center of gravity, not a prediction of next year. A trade with a +6.5% expected return can still lose 20% on any single play — and “on average” only shows up after many independent repetitions. Confusing the mean with the next draw is the oldest mistake in the book.
A bet pays +50% with probability 0.2, +5% with probability 0.5, and −30% with probability 0.3. Its expected return is:
Variance and standard deviation: the spread
Analogy. Two archers can have the same average — both centered on the bullseye — yet one peppers the whole target while the other clusters tight. Variance measures that scatter: the average squared distance of each outcome from the mean. Its square root, the standard deviation, brings the units back to plain returns and is what finance calls volatility.
Definition. With mean ,
We square the deviations for two reasons: it stops positive and negative gaps from cancelling, and it punishes big misses far more than small ones. The square root then undoes the squaring so is back in percent.
Worked example. A stock’s five monthly returns are:
| Month | Return |
|---|---|
| 1 | +4% |
| 2 | −2% |
| 3 | +6% |
| 4 | −4% |
| 5 | +6% |
First the mean: .
Now the squared deviations from that 2% mean:
| Return | Deviation | Squared |
|---|---|---|
| +4% | +2 | 4 |
| −2% | −4 | 16 |
| +6% | +4 | 16 |
| −4% | −6 | 36 |
| +6% | +4 | 16 |
Sum of squares . Treating these five as the whole population, divide by : (in %²). The volatility is per month. The bigger the typical swing from 2%, the bigger that number.
The wider bell below has the larger — same average return, more risk:
Both distributions share the same expected return, marked by the dashed line. The wider one simply spreads its outcomes further from the mean — and that spread is exactly the standard deviation we just computed.
Why does the variance formula square each deviation from the mean before averaging?
Population vs sample: the n−1 correction
Analogy. When you estimate spread from a sample rather than the full population, you’ve already spent some of the data computing the sample mean — and the data always hugs its own mean a little too snugly. Dividing by would therefore underestimate the true spread. The fix is to divide by instead of : you’ve “used up” one degree of freedom pinning down the mean, so you have only independent pieces of spread information left.
Definition. The two variance formulas differ only in the denominator:
The version (called Bessel’s correction) is the unbiased estimator of the true variance — on average across many samples it lands on the right answer rather than systematically low.
Worked example. Reuse the five returns above. The sum of squared deviations was 88.
- As a population (): , so .
- As a sample (): , so .
The sample number is larger — exactly the upward nudge Bessel’s correction provides to undo the built-in underestimate. With only five data points the gap is sizable; with hundreds of daily returns, and barely differ.
Which one does my software use?
Most finance tools — and the default in spreadsheets’ STDEV / numpy’s ddof=1 conventions — use the sample () version, because you almost always have a sample of returns, not the entire infinite population. Reach for the population () formula only when your data truly is the whole universe you care about.
Fill in the logic of the sample-variance correction.
Pick the right option for each blank, then check.
To estimate variance from a sample we divide the sum of squared deviations by , a fix called correction. It exists because the sample data clusters too tightly around its own mean, so dividing by n alone would the true spread.
Annualizing volatility: the √252 rule
Analogy. Volatility, like risk over time, grows like a random walk, not a straight march. For independent returns, variance adds across periods — so over periods the variance is times the one-period variance, and the standard deviation is times the one-period . To turn a daily volatility into an annual one, you scale by the square root of the number of trading days in a year (about 252).
The rule. With roughly 252 trading days per year,
Note , a number worth memorizing: annual vol is daily vol times roughly 16.
Worked example. A stock has a daily volatility of . Then
Going the other way, an index quoted at annual vol has a daily vol of . And to annualize from monthly data you’d use instead, because there are twelve months in a year — the rule generalizes to .
What the √t rule quietly assumes
Square-root scaling rides on returns being independent and identically distributed with zero autocorrelation — today’s move tells you nothing about tomorrow’s. Real returns bend this: under momentum (trending) moves persist and true risk is higher than √252 says; under mean reversion they reverse and it’s lower. Volatility clustering (calm and stormy stretches) also breaks the i.i.d. assumption. Treat √252 as a clean first approximation, not gospel.
A strategy has a daily return standard deviation of 2%. Its approximate annualized volatility (252 trading days) is:
Skewness: the third moment (lopsidedness)
Analogy. A symmetric bell is a balanced see-saw. Skewness measures which way it tips. A long tail stretching to the right (rare big gains) is positive skew; a long tail to the left (rare big losses) is negative skew. The mean gets dragged toward the long tail, away from the bulk of typical outcomes.
Definition. Skewness is the standardized third moment:
Cubing keeps the sign of each deviation (unlike squaring), so the formula registers which side carries the heavier, more extreme outcomes. Zero skew means perfectly symmetric, like the normal distribution.
What the sign means for returns. This is where skew earns its keep:
- Negative skew — frequent small gains, occasional brutal crashes. Most equity indices, credit, and short-volatility strategies live here. Investors dislike it: the rare event is a disaster.
- Positive skew — frequent small losses, occasional huge wins. Lottery tickets, far out-of-the-money call options, and trend-following live here.
Skew you've already met
A lognormal price distribution from last lesson is positively skewed: a price can’t fall below zero (loss capped at −100%) but can rise without limit, so the right tail runs long. Yet equity return distributions are typically negatively skewed, because crashes happen faster and sharper than rallies. Same asset, opposite-signed skew depending on whether you look at price levels or returns — a distinction worth keeping straight.
An equity index shows many small positive returns and a few large negative crashes. Its return distribution is best described as:
Kurtosis and excess kurtosis: the fourth moment (fat tails)
Analogy. Two distributions can share the same mean, the same variance, and the same symmetry, yet one still serves up far more extreme outcomes than the other. Kurtosis measures that — how much of the action lives in the tails versus the shoulders. High kurtosis means a sharper peak and fatter tails: lots of tiny moves punctuated by rare giant ones.
Definition. Kurtosis is the standardized fourth moment:
The fourth power weights extreme deviations enormously — a event contributes times as much as a one — so kurtosis is dominated by the tails. The normal distribution has a kurtosis of exactly 3, so it’s convenient to subtract that benchmark:
Reading the sign. Excess kurtosis is the fat-tail meter:
- Excess kurtosis > 0 (leptokurtic) — fatter tails than the normal. Extreme moves are more frequent and larger than a bell curve predicts. Real financial returns live here, often with excess kurtosis well above zero.
- Excess kurtosis = 0 — exactly normal-tailed (mesokurtic).
- Excess kurtosis < 0 (platykurtic) — thinner tails, more uniform-looking outcomes.
This is the fat-tails problem, quantified
Last lesson you saw that the normal distribution badly underestimates extreme market moves. Excess kurtosis is the number that proves it: daily equity returns routinely show large positive excess kurtosis, meaning and days that a normal model calls once-in-a-millennium freaks actually arrive every few years. Any risk model built on a kurtosis-3 bell curve — like parametric VaR — will systematically understate how often the worst days happen.
This is the spaced-recall payoff: the lognormal prices and fat tails from last lesson aren’t a separate topic — they’re just a distribution’s third and fourth moments talking. The chart above lets you widen σ; below, drag the same intuition onto where the mass sits.
Match each moment to what it measures about a return distribution.
Pick a term, then click its definition.
A return series has an excess kurtosis of +4. Compared with a normal distribution of the same mean and variance, it has:
Putting it together
Any return distribution, however messy, can be summarized by four moments: the expectation (where it’s centered, and it glides through sums via linearity), the variance / volatility (how wide it spreads, scaled across time by √t), the skewness (which way it leans), and the kurtosis (how fat its tails are). Use the sample correction when you’re estimating from data, and remember that real returns are negatively skewed and fat-tailed — exactly the shape a tidy normal model refuses to admit.
Big picture
The four moments — a return distribution in four numbers
- Moments of a distribution
- 1st: Expectation (μ)
- Probability-weighted average
- E[X] = Σ pᵢ xᵢ
- Linear: E[aX+b] = aE[X]+b
- Not a prediction of one draw
- 2nd: Variance & σ
- Var = E[(X−μ)²]; σ = √Var
- σ is volatility — the spread
- Sample uses n−1 (Bessel)
- Annualize: σ·√252
- 3rd: Skewness
- Standardized cube — keeps sign
- Negative = long left tail (crashes)
- Positive = long right tail (lottery)
- Equity returns: negatively skewed
- 4th: Kurtosis
- Standardized 4th power — tail-heavy
- Normal kurtosis = 3
- Excess = Kurt − 3
- Excess > 0 → fat tails (real returns)
- 1st: Expectation (μ)
Recap: expectation, variance & moments
A bet returns +40% with probability 0.3 and −10% with probability 0.7. Its expected return is:
Check your answer to continue.
Next up — covariance, correlation and regression — we stop describing one return series in isolation and ask how two of them move together: the covariance that drives diversification, the correlation that standardizes it onto a −1-to-+1 scale, and the regression line that turns a cloud of points into an estimate of beta.