Normal approximation to the binomial
By Jude Wallis · Updated
The normal approximation to the binomial models a binomial count with a normal curve of mean np and standard deviation the square root of np(1-p).
The normal approximation replaces a binomial count with a normal curve carrying the binomial's own parameters, mean and standard deviation (mu and sigma). It is licensed by the Large Counts condition, and : the expected successes and the expected failures each have to reach 10. Both sides are required because a binomial squeezed against 0 or against is skewed, and no symmetric curve fits a skewed shape.
Watch it fail when the condition fails. With and , , so the mean sits only standard deviations above the floor at 0. The exact binomial gives . The fitted normal, with , puts at and returns 0.2280. A miss of 16 percentage points is not rounding.
Passing the check buys shape, not precision, and that is the sentence to hold onto. Take and , where and the fit is about as good as it gets. The exact probability that the count lands 10 or more away from 50 is 0.0569. The normal model, with , reads that same event as the two tails past and returns 0.0455. Each number is right about its own model, so a p-value quoted as 0.0455 belongs to the normal model rather than to the binomial, and at the two models reach opposite verdicts on identical data. Cutting the curve at 40.5 and 59.5 instead, the half-unit correction, brings it to 0.0574.
Calculators return exact binomial probabilities in a keystroke, so take numbers from there. The approximation earns its keep as the reason a sample proportion has a roughly normal sampling distribution, which is what topic 3.2 of Unit 3, Sampling Distributions for Sample Proportions, is built on.
Where this comes up
More random variables and distributions terms, or browse the full statistics glossary.