Statistics · Statistical distributions
1 / 9
Approximating a binomial with a normal
When n is large and p not too extreme, approximating B(n, p) by N(np, np(1−p)) — and applying the continuity correction (±0.5) when moving from the discrete binomial to the continuous normal.
Statistics · Statistical distributions
Approximating a binomial with a normal
When n is large and p not too extreme, approximating B(n, p) by N(np, np(1−p)) — and applying the continuity correction (±0.5) when moving from the discrete binomial to the continuous normal.
Why it works
For a binomial with a large , working out cumulative probabilities term by term is painful. But as grows, the binomial's bar chart settles into a bell shape — so a normal distribution can stand in for it.The approximation matches the binomial's mean and variance: That is, mean and variance (so ). It works well when is large and is not too close to or — a common rule of thumb is and , so the bell isn't cut off at an end.
The continuity correction. The binomial is discrete (whole numbers), the normal is continuous. To bridge the gap, each whole number is treated as the strip from to . So when you rewrite a binomial probability as a normal one, you shift the boundary by in the direction that keeps the right values in:
- and ;
- and ;
- .