Quant Memo
Foundational

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 XX has variance Var(X)\mathrm{Var}(X), its standard deviation is

σ=Var(X)=E[(Xμ)2],\sigma = \sqrt{\mathrm{Var}(X)} = \sqrt{E\big[(X-\mu)^2\big]},

where μ=E[X]\mu = E[X] is the mean and σ\sigma (the Greek letter "sigma") is the symbol everyone uses. Because it shares the data's units, σ\sigma compares directly to μ\mu: a stock with a 0.1%0.1\% average daily return and a 1%1\% standard deviation moves about ten times more than it drifts, on a typical day.

68% −2σ −1σ μ +1σ +2σ 95%
For a bell-shaped spread, about 68% of outcomes fall within one standard deviation of the mean and about 95% within two.

For the common bell shape, σ\sigma comes with rules of thumb worth memorizing: roughly 68%68\% of outcomes land within ±1σ\pm 1\sigma of the mean, and roughly 95%95\% within ±2σ\pm 2\sigma. So a "two-sigma move" is one that happens only about 5%5\% 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 ±1σ\pm1\sigma and ~95% within ±2σ\pm2\sigma, 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 +2%, 1%, 0%, +1%, 2%+2\%,\ -1\%,\ 0\%,\ +1\%,\ -2\%. First the mean:

μ=21+0+125=0%.\mu = \frac{2 - 1 + 0 + 1 - 2}{5} = 0\% .

Now the squared distances from that mean are 4, 1, 0, 1, 44,\ 1,\ 0,\ 1,\ 4 (in percent-squared). Average them to get the variance:

Var=4+1+0+1+45=105=2.\mathrm{Var} = \frac{4 + 1 + 0 + 1 + 4}{5} = \frac{10}{5} = 2 .

Finally take the square root to return to percent:

σ=21.41%.\sigma = \sqrt{2} \approx 1.41\% .

So on a typical day this stock moves about 1.4%1.4\% 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 nn gives the population σ\sigma; dividing by n1n-1 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 σ\sigma of two things to get the σ\sigma 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 σ\sigma 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 σ\sigma. 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
ShareTwitterLinkedIn