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
Where the moments come from
- Standardise: has density .
- by symmetry (the integrand is odd), so .
- by integrating by parts, so .
- Completing the square in the MGF integral gives .
- 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.
- Standardise: .
- .
- From the table .
- .
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.