The Bell Curve
The normal distribution (Gaussian) is the most important continuous distribution in statistics. Its symmetric, bell-shaped density is written and is fully determined by two parameters:
| Parameter | Role | Effect |
|---|---|---|
| Mean | Centre | Where the peak sits |
| Standard deviation | Spread | Larger means a wider, flatter bell |
It is ubiquitous due to the Central Limit Theorem: sums of independent effects tend toward normality. Measurement errors and heights are approximately normal.
Its shape gives the empirical rule (68–95–99.7) for how data cluster:
- About 68% lie within 1 standard deviation ().
- About 95% lie within 2 standard deviations ().
- About 99.7% lie within 3 standard deviations ().
Beyond is rare; beyond is very rare.
Standardisation
Standardisation converts any normal value to a z-score using the formula:
Here, is the number of standard deviations lies from the mean. This maps any onto the standard normal , letting a single table handle all probabilities.
A z-score of means two standard deviations above average, giving a universal, unit-free way to compare values across different 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 must convert the z-score through the standard normal.