Exam PContinuousFree to read

Normal distribution

A symmetric bell-shaped variable; the limiting distribution of standardised sums by the Central Limit Theorem.

Parameters and support

mean (and median and mode)
standard deviation
Support

The formulas

f(x)
F(x)

No elementary antiderivative — Φ is read from the standard normal table.

Mean
Variance
MGF
Memory hook. Standardise first, always: z = (x − μ)/σ. Any linear combination of independent normals is normal, with variances (never standard deviations) adding.

Where the moments come from

  1. Standardise: has density .
  2. by symmetry (the integrand is odd), so .
  3. by integrating by parts, so .
  4. Completing the square in the MGF integral gives .
  5. Because the MGF is exponential in , products of normal MGFs are normal MGFs — that is why sums of independent normals stay normal.

Worked example

Aggregate losses are normal with mean 1,000 and standard deviation 200. Find the probability that losses exceed 1,300.

  1. Standardise: .
  2. .
  3. From the table .
  4. .

Answer: 0.0668

The mean, variance, CDF and moment generating function above are re-derived numerically from this distribution’s own density on every test run — summed over the support for a discrete distribution, integrated by quadrature for a continuous one — and compared with the closed forms printed here. A typo on this page fails the build.

Traps

  • Adding standard deviations instead of variances when combining independent normals.
  • Forgetting the ±0.5 continuity correction when approximating a DISCRETE count.
  • Reading σ² off a question that quoted σ, or the reverse.

Related

Drill this: the Exam P question bank has original questions on this distribution, and the recall trainer builds its prompts from exactly the formulas above.