The bell curve
Heights, test scores, measurement errors, stock returns — an astonishing range of real-world quantities pile up in the middle and thin out at the extremes. This bell-shaped pattern isn't a coincidence. It's a consequence of adding up many small random effects.
The PDF
A random variable has a Normal (Gaussian) distribution with mean and variance if its PDF is: We write .
The curve is:
- Symmetric about
- Bell-shaped: highest at , decaying exponentially in the tails
- Determined entirely by two parameters: (center) and (spread)
Move to shift the bell. Change to widen or narrow it. Toggle the -regions to see the famous 68-95-99.7 rule in action.
The 68-95-99.7 rule
For any Normal distribution :
- 68.27% of values fall within of the mean
- 95.45% of values fall within of the mean
- 99.73% of values fall within of the mean
This rule gives you fast mental estimates without any calculation.
The standard Normal
Working with directly would require a different table for every and . Instead, we standardize.
The standard Normal is . Any Normal can be standardized: This tells you how many standard deviations is from the mean.
Converting to z-scores reduces every Normal problem to the same distribution.
Properties
If :
- If are independent Normal, then is also Normal
The Normal family is closed under addition. Sums of independent Normals stay Normal.
Explore what happens when you add two Normal distributions — adjust each curve's mean and spread, and watch the sum:
Why the Normal?
The Central Limit Theorem (CLT) explains the ubiquity of the bell curve:
The sum (or average) of many independent random variables — regardless of their individual distributions — converges to a Normal distribution as the count grows. That's why the bell curve appears whenever many small random effects add up.
Heights = genetics + nutrition + many small factors. Measurement error = many tiny instrument wobbles. Stock returns = many traders' decisions.
See the CLT in action — pick any source distribution and watch the sample mean converge to a bell curve:
Summary
| Property | Formula |
|---|---|
| Mean | |
| Variance | |
| Z-score | |
| 68-95-99.7 | ±1σ: 68%, ±2σ: 95%, ±3σ: 99.7% |
| Closure | Sum of independent Normals is Normal |
The CLT guarantees the Normal distribution appears whenever many small independent effects combine, making it the universal attractor for sums and averages.
What's next
From the bell curve to the "waiting time" curve — the Exponential distribution, the continuous counterpart of the Geometric, with its own memoryless property.