Continuity Correction Calculator
Apply continuity correction when approximating binomial probabilities with the normal distribution. Get corrected intervals and approximated probabilities.
What Is Continuity Correction?
Continuity correction adjusts a discrete count so you can approximate it with a continuous normal distribution. When you use a normal curve to estimate binomial probabilities, adding or subtracting $0.5$ to the integer boundary improves the approximation.
Continuity Correction Rules
Let $X$ be binomial and $Y$ the normal approximation. Common replacements are:
- $P(X = n) \approx P(n - 0.5 < Y < n + 0.5)$
- $P(X \le n) \approx P(Y < n + 0.5)$
- $P(X < n) \approx P(Y < n - 0.5)$
- $P(X \ge n) \approx P(Y > n - 0.5)$
- $P(X > n) \approx P(Y > n + 0.5)$
The approximating normal uses mean $\mu = Np$ and standard deviation $\sigma = \sqrt{Np(1-p)}$.
When to Use It
The normal approximation to the binomial is usually reasonable when both $Np \ge 5$ and $N(1-p) \ge 5$ (some texts use 10). Continuity correction is especially helpful for moderate sample sizes where the discrete nature of $X$ still matters.
How to Use This Calculator
- Enter the number of trials $N$.
- Enter the number of successes $n$.
- Enter the success probability $p$ (between 0 and 1).
- Choose the probability statement to correct.
- Read the corrected interval and the normal-approximated probability.
Frequently Asked Questions
What is the continuity correction factor?
The factor is always 0.5. You add or subtract it from the discrete value according to the inequality direction so the continuous interval better matches the discrete probability mass.
Can the continuity correction factor be zero?
No. When you apply continuity correction, the adjustment is 0.5. Skipping it means you are using a plain normal approximation without the continuity correction.
How do I correct P(X ≤ 60)?
Replace it with P(Y < 60.5) under the normal approximation with mean Np and variance Np(1-p).
Why involve the central limit theorem?
For large N, the binomial distribution is approximately normal by the central limit theorem. Continuity correction fine-tunes that approximation for integer-valued outcomes.
Related Tools
Explore related probability tools: