"The bell curve is one of statistics' superstars — and like every superstar, it gets used in places it doesn't belong."
What the Bell Actually Is
The normal distribution (also called Gaussian, after Carl Friedrich Gauss) is the continuous distribution defined by two numbers: mean μ (where the peak sits) and standard deviation σ (how spread out the bell is). Its probability density looks like the famous bell shape, perfectly symmetric, with the peak at the mean and the spread controlled entirely by σ.
The PDF formula is intimidating-looking but unimportant for the citizen: the visual intuition is what matters. The bell falls off on both sides equally; the rate of fall-off is controlled by σ. Small σ = narrow tall bell. Large σ = wide flat bell.
Why It Shows Up So Often (Preview of Track 03)
The Central Limit Theorem, which we will derive in Track 03, says that when you sum (or average) many small independent random effects, the result tends to look normal — regardless of what the individual effects looked like. This is why measurement errors, adult heights, IQ scores, and a thousand other quantities have roughly bell-shaped distributions.
The bell isn't a mystical universal law of nature. It's the mathematical consequence of one specific setup: many small independent factors adding up. When that setup holds, the bell shows up automatically. When it doesn't hold — when factors are correlated, or one factor dominates, or the underlying process is multiplicative rather than additive — the bell does not show up, and assuming it will lie.
The Famous Rule of Thumb
For a normal distribution, the 68–95–99.7 rule holds:
- About 68% of values fall within 1σ of the mean.
- About 95% within 2σ.
- About 99.7% within 3σ.
This is the lens that Track 04 will sharpen: σ is a unit of intuitive surprise. A value at 2σ is moderately surprising; at 3σ, very surprising; at 5σ or 6σ, effectively impossible under a normal assumption. When 5σ events happen often in your real data, the data isn't normal — full stop.