The Bell Curve
The normal distribution (Gaussian) is the most important continuous distribution in all of statistics. Its density is the symmetric, bell-shaped curve, fully determined by two parameters: the mean (its centre, where the peak sits) and the standard deviation (its spread — larger means a wider, flatter bell). It is written .
The normal distribution is ubiquitous because of the Central Limit Theorem (next lesson): sums and averages of many independent effects tend toward normality, so measurement errors, heights, and countless natural quantities are approximately normal.
Its symmetric shape gives the memorable empirical rule (68–95–99.7) for how data cluster around the mean:
- About 68% of values lie within 1 standard deviation of the mean ().
- About 95% lie within 2 standard deviations ().
- About 99.7% lie within 3 standard deviations ().
This lets you judge how unusual a value is at a glance: beyond is fairly rare, beyond very rare.
Standardisation converts any normal value to a z-score: the number of standard deviations lies from the mean. This maps any onto the standard normal , so a single table (or function) handles all normal probabilities. A z-score of means "two standard deviations above average" — a universal, unit-free way to compare values across different normal distributions.
Common pitfall: confusing the z-score with a raw value or a probability. A z-score is the number of standard deviations from the mean (), not the value itself and not a probability. To get a probability you convert the z-score through the standard normal (table or function). Reading as "probability 2" (impossible) or as the raw data value mistakes what standardisation produces.