The normal distribution and the three-sigma rule
The bell curve describes heights, measurement errors, exam scores and packet weights — and that is no coincidence but the content of the central limit theorem. Two numbers, μ and σ, say everything there is to say about such a distribution, and the 68–95–99.7 rule lets you read it without tables.
Before you start
This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:
- Binomial and PoissonThe number of successes in a Bernoulli scheme is a random variable, and its distribution is called binomial. It has two parameters and two short formulas for its mean and its spread. When the trials are very many and the success very rare, that distribution turns into the Poisson one — the model of breakdowns, calls and typos.
- The integralIntegration is differentiation run backwards: we look for the function whose derivative is the one we started with. An indefinite integral gives a formula up to a constant, a definite one gives a number — and that number is the area under the curve.
Where this is used
Real situations where you count exactly the way this lesson teaches:
- Manufacturing toleranceA filling machine puts an average of 500 g into a packet with a standard deviation of 2 g. The three-sigma rule says 99.7 per cent of packets fall between 494 and 506 g. If the standard allows a 5 g deviation, that is 2.5 sigmas, then 1.24 per cent of production falls outside tolerance — at 20,000 packets a day that is 248 units to reject, and that is the number a decision to recalibrate rests on.
- An exam score against the groupTest results have a mean of 100 points and a standard deviation of 15. A score of 130 gives z = (130 − 100)/15 = 2, two deviations above the mean. Beyond two sigmas lie 5 per cent of results, half on each side, so only 2.3 per cent of candidates score above 130 — one person in forty-four.
- A process control chartStatistical process control puts its alarm limits at μ ± 3σ precisely because only 0.3 per cent of a healthy process falls outside them. At one measurement an hour that gives about 3 false alarms per 1000 measurements, roughly one every six weeks of continuous running. Narrowing the limits to two sigmas would raise that to 50 per 1000, which is one alarm a day.
- When to leave the houseA commute takes 28 minutes on average with a standard deviation of 5 minutes. To be late no more than once in forty days you need a margin of two sigmas, that is 28 + 10 = 38 minutes. One sigma, meaning 33 minutes, would be enough on only 84 per cent of days — which is being late every sixth day.
All formulas
The normal density
the area under the whole curve is 1
Notation
μ shifts the curve, σ widens it
Standardisation
how many deviations x lies from the mean
The standard distribution
one distribution instead of an infinite family
The one-sigma rule
two thirds of the population
The three-sigma rule
beyond three sigmas lie 3 cases in 1000
Central limit theorem
a sample mean tends to a normal distribution
Normal approximation
usable once np(1 − p) ≥ 10
The previous lesson ended on the continuous variable and a note about densities. There is one density more important than all the others put together — and the reason it is important comes halfway through this lesson.
The Gaussian curve
A random variable has a normal distribution with parameters and when its density is
We write this as . The formula need not be memorised — what matters is understanding what its two numbers do.
- slides the curve. It is simultaneously the mean, the median and the mode, because the bell is symmetric.
- widens the curve. It is the distance from the peak to the inflection point — where the slope stops steepening and starts flattening.
The area under the whole curve is always , so a wider curve has to be lower. The probability of an interval is the area under the curve above it, that is a definite integral:
That integral has no elementary form — and that is the only reason a normal distribution is read off tables, or off the rule below, instead of being computed.
Standardisation
There are infinitely many normal distributions, one for every pair . They need not all be tabulated, because the substitution
reduces every one of them to a single case. The variable then has the standard distribution : mean zero, deviation one. The number itself carries a very useful meaning: it says how many standard deviations the observation lies from the mean.
The three-sigma rule
Three numbers are worth knowing by heart, because they replace tables in most situations:
| interval | share | outside it |
|---|---|---|
| case in | ||
| in | ||
| in |
The rule also works read backwards, and that is how practice most often asks about it: since per cent of results lie in , the interval holding per cent of packets reaches grams from the mean.
Where the curve comes from
Why do so many different quantities share exactly this shape? Two limit theorems answer that.
The law of large numbers says where a sample mean is heading: as the number of observations grows, it approaches the expected value. It is what justifies the frequency of the classical-probability lesson approximating a probability at all.
The central limit theorem says how it gets there:
The sum or the mean of many independent quantities with finite variance is approximately normal — whatever distribution each of them has on its own. That is the real answer to “why is everything normal”: a person’s height, a measurement error or a commute time is the resultant of hundreds of small independent causes, and a resultant of such terms is normal almost always.
The denominator is worth noticing: the spread of the mean shrinks like the square root of the number of observations. To halve the error you must gather four times as much data.
When the bell curve does not hold
The theorem has hypotheses and they do get broken. Three situations are worth recognising:
- Fat-tailed distributions. Wealth, city sizes, daily stock returns, article view counts — there a single observation can exceed the mean a hundredfold. Under a normal distribution that would be practically impossible: a deviation has a probability of about one in a billion, and on the stock market such days come along every few years.
- Dependent terms. The theorem requires independence. When observations influence one another — a panic sell-off, an epidemic — their sums have no reason to be normal.
- One dominant term. If the resultant is really one cause plus noise, the shape comes from that cause and not from a limit theorem.
The practical conclusion is that normality has to be argued for, not assumed by default. A normal model applied to a fat-tailed distribution systematically understates the risk of extreme events — and that is the costliest error in this whole branch.
Approximating the binomial
The central limit theorem also acts on the distribution of the previous lesson. The number of successes is a sum of independent trials, so for large
The practical criterion is . For and that comes to , so the approximation is allowed — and the drawing shows it. When is very small, however, the product stays small even for enormous , and there the right approximation is the Poisson distribution rather than the normal one.
Exercises
The set drills three skills. The prompt gives , and and asks for the standardisation, that is for the number of standard deviations between the observation and the mean. The prompt with an interval ending in an arrow and a per cent sign gives , and the two ends and asks what percentage of the population lies there — you read it off the 68–95–99.7 rule by adding bands.
The third prompt reads the same rule backwards: it gives the percentage and and asks for , the reach of the interval . That is the version practice asks about — “what range holds 95 per cent of the results” — and that is why it stands here on its own.
In all three cases the answer is a number, not a fraction.
Practice
Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.
The generator does not ask you to judge whether a normal model may be assumed — that is a verdict, not a number. The three situations where the answer is “no” are listed in the section on fat tails.
Common mistakes
- Assuming normality without argument — fat-tailed distributions look perfectly ordinary in a small sample, and a normal model then understates the risk of extremes by orders of magnitude.
- Reading as the width of the whole distribution — sigma is the distance to the inflection point; the real reach of the data is closer to .
- Dividing by the variance instead of the deviation — standardisation has in the denominator, not ; the slip changes the answer by a factor of .
- Applying the three-sigma rule to an asymmetric interval without splitting it into bands — the interval from to is , that is , not the average of 68 and 95.
- Approximating a binomial by a normal at small — for rare events the right model is the Poisson distribution; the normal curve there even produces negative estimates.
- Confusing the law of large numbers with a “law of averages” — the mean approaches because later results dilute the deviations, not because nature evens them out. The coin still does not remember previous tosses.
Formula card
Topic: The normal distribution
The normal density
the area under the whole curve is 1
Notation
μ shifts the curve, σ widens it
Standardisation
how many deviations x lies from the mean
The standard distribution
one distribution instead of an infinite family
The one-sigma rule
two thirds of the population
The three-sigma rule
beyond three sigmas lie 3 cases in 1000
Central limit theorem
a sample mean tends to a normal distribution
Normal approximation
usable once np(1 − p) ≥ 10
