Introduction
The Poisson distribution is exact and elegant, but when is large, calculating cumulative probabilities by summing individual Poisson terms becomes extremely tedious — even with tables. The normal distribution provides a powerful and efficient approximation in these cases, turning a discrete probability problem into a continuous one that can be handled with standard normal tables.
For 9709, you must know when this approximation is valid, how to set it up (matching mean and variance), and why a continuity correction is essential whenever you move from a discrete to a continuous distribution.
Core Concept
If and is large, then is approximately normally distributed. Since the Poisson distribution has mean = variance = , the approximating normal distribution uses both as :
Why does this work? The Poisson distribution can be thought of as a sum of many independent rare-event indicators. By the Central Limit Theorem, the sum of many independent random variables tends towards a normal distribution. As grows, the Poisson distribution becomes increasingly symmetric and bell-shaped, making the normal approximation progressively more accurate.
The Continuity Correction
Because is discrete (it takes only integer values) and is continuous, you must apply a continuity correction: each integer value is represented by the interval in the continuous normal model.
| Poisson probability | Normal approximation (with continuity correction) |
|---|---|
A helpful mental rule: "expand by 0.5 outwards" — include a little more of the continuous distribution to account for the discrete value being spread across a unit interval.
Unlock the full The Poisson Distribution note with Nova
You're reading the preview. Unlock the complete note — every worked example, examiner pitfall and practice question — plus 24/7 AI tutoring from Nova that teaches directly from these notes.