Salick Academy

The Normal Distribution

No calculator

The normal distribution is the bell-shaped curve that heights, measurement errors and many averages follow. Every calculation with it goes through one step: standardising.

Properties of the normal curve

XN(μ,σ2)X \sim N(\mu, \sigma^2)

read as: XX is normally distributed with mean μ\mu and variance σ2\sigma^2.

  • Bell-shaped and symmetric about μ\mu.
  • Mean, median and mode all equal μ\mu.
  • The total area under the curve is 1.
  • The curve approaches the horizontal axis but never touches it.

The empirical rule: approximately

  • 68%68\% of values lie within 11 standard deviation of the mean,
  • 95%95\% within 22,
  • 99.7%99.7\% within 33.

Standardising

Any normal variable converts to the standard normal ZN(0,1)Z \sim N(0,1) by

Z=XμσZ = \frac{X - \mu}{\sigma}

ZZ measures how many standard deviations a value lies above (or below) the mean. Tables are published for ZZ alone, which is why every question passes through this step.

For XN(50,82)X \sim N(50, 8^2), standardise X=60X = 60:

z=60508=1.25z = \frac{60 - 50}{8} = 1.25

so 60 is 1.251.25 standard deviations above the mean.

Finding probabilities

Tables give Φ(z)=P(Z<z)\Phi(z) = P(Z < z) — the area to the left.

P(X<60)P(X < 60) where XN(50,64)X \sim N(50, 64):

P(Z<1.25)=Φ(1.25)=0.8944P(Z < 1.25) = \Phi(1.25) = 0.8944

P(X>60)P(X > 60):

10.8944=0.10561 - 0.8944 = 0.1056

Negative zz. By symmetry,

Φ(z)=1Φ(z)\Phi(-z) = 1 - \Phi(z)

so Φ(1)=10.8413=0.1587\Phi(-1) = 1 - 0.8413 = 0.1587.

Between two values: subtract.

P(45<X<60)=Φ(1.25)Φ(0.625)=0.89440.2660=0.6284P(45 < X < 60) = \Phi(1.25) - \Phi(-0.625) = 0.8944 - 0.2660 = 0.6284

The inverse problem

Sometimes the probability is given and the value is wanted.

For XN(50,64)X \sim N(50, 64), find kk such that P(X<k)=0.90P(X < k) = 0.90.

From tables, Φ(z)=0.90\Phi(z) = 0.90 at z=1.2816z = 1.2816. Then reverse the standardisation:

X=μ+zσ=50+8(1.2816)=60.3 (3 s.f.)X = \mu + z\sigma = 50 + 8(1.2816) = 60.3 \text{ (3 s.f.)}

Two values worth memorising, since they recur throughout hypothesis testing:

Φ(1.645)=0.95Φ(1.96)=0.975\Phi(1.645) = 0.95 \qquad \Phi(1.96) = 0.975

The normal approximation to the binomial

For large nn, a binomial distribution is close to a normal one:

XB(n,p)  N(np, npq)provided np>5 and nq>5X \sim B(n,p) \ \approx \ N(np,\ npq) \qquad \text{provided } np > 5 \text{ and } nq > 5

Because a discrete distribution is being approximated by a continuous one, a continuity correction is required: each whole number is treated as covering the interval half a unit either side.

Want Use
P(X45)P(X \le 45) P(Y<45.5)P(Y < 45.5)
P(X<45)P(X < 45) P(Y<44.5)P(Y < 44.5)
P(X45)P(X \ge 45) P(Y>44.5)P(Y > 44.5)
P(X=45)P(X = 45) P(44.5<Y<45.5)P(44.5 < Y < 45.5)

XB(100,0.4)X \sim B(100, 0.4). Estimate P(X45)P(X \le 45).

np=40>5nq=60>5 np = 40 > 5 \qquad nq = 60 > 5 \ \checkmark μ=40σ=100×0.4×0.6=24=4.899\mu = 40 \qquad \sigma = \sqrt{100 \times 0.4 \times 0.6} = \sqrt{24} = 4.899 P(Y<45.5)=Φ ⁣(45.5404.899)=Φ(1.123)=0.869P(Y < 45.5) = \Phi\!\left(\frac{45.5 - 40}{4.899}\right) = \Phi(1.123) = 0.869

The exact binomial value is 0.86890.8689 — agreement to three decimal places.

Modelling with the normal

The normal distribution suits quantities that are continuous, symmetric about a central value, and unlikely to be extreme — heights, masses, measurement errors, examination marks.

It suits poorly anything strongly skewed (incomes), bounded in a way that matters (times, which cannot be negative, when the mean is close to zero), or naturally discrete with few categories.