Normal Approximations to Binomial & Poisson Distributions
Normal Approximation: Big Picture
- Core idea: A continuous normal distribution can closely mimic discrete distributions (Binomial, Poisson) when certain conditions hold.
- Why useful?
- Direct computation of many discrete probabilities is labor-intensive (hundreds or thousands of terms).
- The normal CDF (and $Z$-tables/software) lets us evaluate areas quickly.
- Key strategy: Match the mean and standard deviation of the normal to those of the target discrete distribution.
Binomial → Normal Approximation
- Set-up
- Binomial parameters: (number of trials), (success probability).
- Corresponding normal: , .
- Illustrative data-crunch problem
- Survey of people, believe the product is superior.
- Desired probability: , where .
- Direct method: must add 601 separate binomial terms , each requiring ▸ clearly impractical.
Concrete Example for Parameters
- If , :
- .
- A plotted histogram (bars) of the binomial probabilities aligns almost perfectly under the red bell curve of this normal distribution.
Rule-of-Thumb Conditions
- Reasonable approximation: and .
- Quite good approximation: and .
➔ Both the “successes” and “failures” should have expected counts of at least 5–10.
Continuity Correction (Essential Step)
Because the normal is continuous and the binomial is discrete:
- Adjust the cutoff by to capture the full width of the bar representing each integer count.
- General recipe:
- “$P(X=k)$” becomes “”.
- “” becomes “”.
- “” becomes “”.
Worked Mini-Example: $P(X = 5)$ with $n=20$, $p=0.5$
- Define .
- Because for a continuous variable, use the band:
. - Graphically: Shade the bell area between 4.5 and 5.5; this area approximates the height of the discrete bar at .
Poisson → Normal Approximation
- Poisson parameters: Mean (and variance) .
- Matching normal: , .
- Accuracy notes:
- Gets better as increases.
- Poor when \lambda < 5. (Below that, stick to exact Poisson or other approximations.)
- Continuity correction still required for the same reason as with the binomial.
Practical & Conceptual Takeaways
- Approximations convert tedious summations into one or two normal CDF look-ups.
- Ensuring the conditions ($np, n(1-p)$ or large enough) and applying the continuity correction prevent systematic error.
- Insight: The Central Limit Theorem underlies why discrete sums approach a bell curve, justifying all such normal approximations.