"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 introductory Central Limit Theorem says that standardized sums or averages of independent, identically distributed variables with finite variance approach a normal distribution as the number of terms grows. More general versions allow other conditions. It explains why some aggregate quantities are approximately bell-shaped, but it does not prove that every measurement error, height, or score is normal.
The bell is not a universal law of nature. Additive aggregation under suitable conditions is one route to a normal approximation. Correlation, a dominant component, or a multiplicative process can change the result, but none of those labels alone proves non-normality. The joint distribution, dependence structure, and scale all matter.
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σ.
Track 04 will sharpen this lens. Under an exact normal model, 5σ and 6σ one-sided tail events are extremely rare, not impossible. Seeing them often is evidence that some part of the model, dependence assumptions, stationarity, or multiple-testing adjustment needs review.
The Trap to Plant Early
exp(−x²/2) after standardization. Some income, return, traffic, or magnitude data are better described by skewed, mixture, or heavier-tailed models over relevant ranges. Compare candidate models and empirical tails instead of assigning a distribution from the domain name alone.