The normal distribution (the bell curve)
A random variable has a distribution — and distributions come in canonical shapes. One shows up so often it earned a name: the normal distribution, or "the bell". Let's see how it works and why it appears everywhere.
PDF — density: the height itself is not a probability; the probability of an interval = the area under the curve over it. Total area = 1.
A symmetric "bell": most values crowd near the center, thinning toward the edges. μ sets where the center stands, σ how widely values fan out (σ stretches the bell wider and lower, μ slides it along the axis). Appears wherever a quantity is the sum of many small independent random influences — heights, measurement errors, part deviations. Press "pour" — the real sample\'s histogram approaches the theoretical density.
Before you is the normal distribution curve. Horizontal axis — the value; vertical — how often it occurs. Most values crowd near the middle, and they thin out toward the edges. Hence the bell shape.
Knowing only μ and σ you can answer questions like "what share of people are taller than 190 cm" or "how unusual is this result" — without having the data itself.
Many techniques rest on normality: 3σ quality control, group comparisons, "norm" estimates. That is why recognizing the bell by shape matters.
Adult height fits the bell almost perfectly. Medical norms are built the same way: values near the middle count as "normal", and deviation is measured in σ.
Manufacturing too: a part beyond ±3σ is flagged as defective — the famous "three-sigma rule".
The bell became fashionable in the 19th century thanks to Adolphe Quetelet: he noticed that the heights and weights of thousands of soldiers fall onto the normal curve and invented the concept of the "average man" — and, along the way, the body-mass index we still use.
Definitions
The 68-95-99.7 rule works only if the data really is close to normal. Real quantities are often skewed (incomes, session times, receipts) — the shares inside σ-intervals differ there, and an "outlier beyond 3σ" may be an ordinary tail value.
Normality tends to appear in sample MEANS (that is how the CLT works), not in raw data. Before applying the rule to individual observations, check the shape on a histogram.