Exam PApplicationsFree to read

Sums, the central limit theorem and normal approximation

Sums of many independent variables are approximately normal; standardise, look up Φ, and apply a continuity correction if the summands are integers.

The formulas

Sum moments
Standardisation
Sample mean
Continuity correction

Where it comes from

  1. Independence makes variances add, so the sum's standard deviation grows like while its mean grows like .
  2. Standardising therefore stabilises the distribution, and the CLT says the limit is standard normal whatever the summands' shape (given finite variance).
  3. The continuity correction accounts for approximating a lattice-valued sum by a continuous density.

Worked example

A portfolio has 100 independent claims, each with mean 50 and standard deviation 12. Approximate the probability that total claims exceed 5,200.

  1. and , so .
  2. .
  3. .
  4. .

Answer: 0.0478

This answer is recomputed from the site’s own interest-theory and probability functions every time the test suite runs, so the page and the mathematics cannot drift apart.

Memory hooks

  • Variances add, standard deviations do NOT. Everything else follows from that one line.
  • σ of the sum grows like √n; σ of the MEAN shrinks like √n.

Traps

  • Using n·σ instead of √n·σ for the standard deviation of a sum.
  • Omitting the continuity correction when approximating a binomial or Poisson count.

Related

Drill this: the Exam P question bank has original questions on this topic, and today’s free round is open to everyone.