Leave lesson

Statistics · Statistical distributions

1 / 9

The normal distribution

The normal model N(μ, σ²) for continuous data — its symmetric bell shape, mean = median = mode = μ, spread set by σ, and standardising any normal variable to the standard normal Z = (X − μ)/σ.

Statistics · Statistical distributions

The normal distribution

The normal model N(μ, σ²) for continuous data — its symmetric bell shape, mean = median = mode = μ, spread set by σ, and standardising any normal variable to the standard normal Z = (X − μ)/σ.

Why it works

Heights, masses, exam marks, measurement errors — vast amounts of continuous, natural data pile up in the same shape: a symmetric bell curve. The normal distribution N(μ,σ2)N(\mu, \sigma^2) is the model for it, fixed by just two numbers: the mean μ\mu (where the peak sits) and the standard deviation σ\sigma (how spread out it is).-4-3-2-112340.10.20.30.4xIts key features:
  • Symmetric about μ\mu, so the mean, median and mode are all μ\mu. Exactly
half the area lies on each side: P(X<μ)=0.5P(X < \mu) = 0.5.
  • The total area under the curve is 11 (it's a probability density), and a
probability is an area under the curve between two values.
  • The spread is governed by σ\sigma: roughly 68%68\% of the data lies within 11
standard deviation of the mean, 95%95\% within 22, and 99.7%99.7\% within 33. The curve has points of inflection at μ±σ\mu \pm \sigma.

Standardising. Every normal distribution is the same bell, just shifted and stretched — so any XN(μ,σ2)X \sim N(\mu, \sigma^2) can be converted to the one standard normal distribution ZN(0,1)Z \sim N(0, 1) by measuring how many standard deviations XX is from the mean: Z=Xμσ.Z = \frac{X - \mu}{\sigma}. A ZZ-value (or zz-score) of 1.51.5 means "1.51.5 standard deviations above the mean". Standardising is what lets you compare values from different normal distributions and look probabilities up in one place.