Standard Deviation
Standard deviation is the square root of the variance, a measure of spread expressed in the same units as the data. It's the everyday ruler for risk, and it's what traders mean when they say a return is "one sigma" away.
Prerequisites: Variance, Intuitively
Variance measures spread, but it does so in squared units, dollars squared, percent squared, numbers you can't lay next to the outcomes themselves. Standard deviation fixes that by taking the square root, landing you back in the original units. It answers the plain question "how far from the average does a typical outcome fall?" in a number you can actually use.
If has variance , its standard deviation is
where is the mean and (the Greek letter "sigma") is the symbol everyone uses. Because it shares the data's units, compares directly to : a stock with a average daily return and a standard deviation moves about ten times more than it drifts, on a typical day.
For the common bell shape, comes with rules of thumb worth memorizing: roughly of outcomes land within of the mean, and roughly within . So a "two-sigma move" is one that happens only about of the time, split across both tails. This is the everyday language of the normal distribution.
Standard deviation is spread in the same units as the data, so it sits right next to the mean. For a bell shape, memorize the ruler: ~68% of outcomes fall within and ~95% within , so a "two-sigma move" happens only about 5% of the time.
Worked example: five days of returns
Suppose a stock's daily returns over a week are . First the mean:
Now the squared distances from that mean are (in percent-squared). Average them to get the variance:
Finally take the square root to return to percent:
So on a typical day this stock moves about away from its average of zero. That single number, its daily volatility, is what a desk quotes, scales, and compares across names.
Common pitfalls
- Population vs. sample. Dividing the summed squared distances by gives the population ; dividing by gives the sample estimate used when you only have a data sample. For small datasets the difference matters.
- The 68–95 rule assumes a bell shape. For skewed or fat-tailed data those percentages are wrong, sometimes badly. Real market returns have more extreme moves than a normal curve predicts.
- Standard deviation is not additive. You cannot add the of two things to get the of their sum. Variances add (when independent); standard deviations do not.
- It treats up and down the same. A big gain and a big loss both enlarge equally, even though only one hurts. That's why some risk measures look only at the downside.
Standard deviations do not add — variances do (when independent), so you combine risks through variance, not by summing . And the tidy 68–95 percentages assume a bell shape; real returns are fat-tailed, so extreme moves happen far more often than the rule suggests.
Standard deviation is the ruler you'll reach for in almost every risk calculation, and it's the bridge from the abstract variance to the concrete bell curve where those tidy percentages come from.
Related concepts
Practice in interviews
Further reading
- Blitzstein & Hwang, Introduction to Probability, ch. 4
- Wasserman, All of Statistics