Returns & Volatility
Measure what you expect to earn and how much it swings
A stock might return +30% in a boom, +10% in a normal year, or -20% in a recession. What return should you expect, and how risky is that?
Return is what you earn; risk is how much it varies
A future return is uncertain: it depends on which state of the world arrives. The expected return summarises the outcomes into one number by weighting each possible return by its probability. But the average alone hides the risk - a steady 10% and a coin-flip between +40% and -20% can share the same mean.
Measuring the spread
$R_{i}$ is the return in state $i$ and $p_{i}$ its probability. To measure risk we look at how far each outcome sits from the mean. Variance is the probability-weighted average of those squared gaps; its square root, the standard deviation, is the volatility, back in the same units as returns.
Squaring stops positive and negative deviations from cancelling and punishes large misses more than small ones. Taking the square root at the end returns the measure to percentage points, so a volatility of 17% is directly comparable to a return of 10%.
- 1. Expected return: $0.3(30) + 0.5(10) + 0.2(-20) = 9 + 5 - 4 = 10\%$.
- 2. Deviations from the mean: $+20$, $0$, $-30$ percentage points.
- 3. Weighted squared deviations: $0.3(20)^{2} + 0.5(0)^{2} + 0.2(-30)^{2} = 120 + 0 + 180 = 300$.
- 4. Variance $= 300$ (percent-squared).
- 5. Volatility $= \sqrt{300} = 17.32\%$.
💡 Hint
Check your understanding
- Expected return is the probability-weighted average of the outcomes.
- Variance $= \sum p_{i}(R_{i}-E[R])^{2}$; volatility is its square root.
- Two assets can share a mean yet differ greatly in risk.