Continuity Correction Calculator
Approximate binomial probabilities with a normal distribution and the correct half-unit boundary adjustment.
About continuity correction
Continuity correction examples
These examples show how discrete event boundaries move before the normal probability is evaluated.
| Binomial Event | Corrected Boundary | Interpretation |
|---|---|---|
| n = 100, p = 0.5, X at most 55 | X below 55.5; probability 0.864334 | The upper edge of the bar for 55 is included. |
| n = 50, p = 0.4, X at least 20 | X above 19.5; probability 0.557469 | The lower edge shifts down to include all of 20. |
| n = 80, p = 0.25, X exactly 20 | 19.5 below X below 20.5 | One discrete bar becomes a one-unit continuous interval. |
How to use the continuity correction calculator
- Enter the number of independent binomial trials and the probability of success on each trial.
- Choose whether the event is at most, at least, exactly, or between two success counts.
- Enter the target count and, for a between event, the inclusive upper target.
- Select Calculate Probability and read the corrected normal probability, mean, and standard deviation.
Continuity correction FAQ
Why is continuity correction needed?
A binomial count is discrete while a normal model is continuous. Moving each inclusive boundary by half a unit aligns normal areas with the full probability bars.
When should I use a normal approximation?
Use it when expected successes and failures are both reasonably large, commonly at least 5 or 10. For sparse or highly skewed cases, calculate the exact binomial probability instead.
Do I add or subtract 0.5?
An inclusive upper boundary moves up by 0.5, while an inclusive lower boundary moves down by 0.5. An exact count uses both adjustments to create a one-unit interval.
Can p equal zero or one?
Those values describe deterministic outcomes and produce a standard deviation of zero. The normal approximation is therefore undefined, although the exact binomial answer is immediate.
Is the corrected answer exact?
No, it remains an approximation based on the normal distribution. Continuity correction usually improves that approximation but does not replace exact binomial calculations.