Continuity Correction Calculator

Apply Yates continuity correction for binomial-to-normal and Poisson-to-normal approximations with exact comparison, z-scores, and CDF tables.

Mean (μ)
50.0000
Variance = 25.0000
Standard Deviation (σ)
5.0000
√variance
Z (no correction)
1.0000
(55 − 50.00) / 5.00
Z (with correction)
1.1000
Corrected x = 55.5
P (without CC)
0.841345
Normal approximation only
P (with CC)
0.864334
Continuity-corrected
Exact (Binomial)
0.864373
Exact binomial probability
Error Improvement
0.022989
Without CC err=0.023029, with CC err=0.000040

Comparison Table (CDF P(X ≤ x))

xZZ (CC)Normal CDFExact CDFDiff
520.4000.5000.691460.691350.00011
530.6000.7000.758040.757940.00010
540.8000.9000.815940.815900.00004
551.0001.1000.864330.864370.00004
561.2001.3000.903200.903330.00013
571.4001.5000.933190.933390.00020
581.6001.7000.955430.955690.00025

Continuity Correction Rules

Discrete ProbabilityCorrected Form
P(X ≤ x)P(Z ≤ (x + 0.5 − μ) / σ)
P(X ≥ x)P(Z ≥ (x − 0.5 − μ) / σ)
P(X < x)P(Z < (x − 0.5 − μ) / σ)
P(X > x)P(Z > (x + 0.5 − μ) / σ)
P(X = x)P((x − 0.5 − μ)/σ < Z < (x + 0.5 − μ)/σ)
Planning notes, formulas, and examples

About the Continuity Correction Calculator

The continuity correction (also known as Yates' continuity correction) bridges the gap between discrete probability distributions and their continuous normal approximation. When you approximate a binomial or Poisson distribution with a normal curve, you lose the inherent "width" of each discrete probability bar — each integer value x occupies the interval [x−0.5, x+0.5] on the number line.

This calculator applies the appropriate ±0.5 correction for five probability types: P(X ≤ x), P(X ≥ x), P(X < x), P(X > x), and P(X = x). It computes z-scores both with and without the correction, compares the normal approximation against exact binomial probabilities, and shows a comparison table for nearby values so you can see exactly how much the correction improves accuracy.

The calculator supports binomial → normal, Poisson → normal, and a general discrete CDF mode. Presets demonstrate common scenarios including coin flipping, surveys, rare events, and election polling. By comparing corrected vs. uncorrected results side by side with exact probabilities, you develop strong intuition for when the correction matters most — typically when n is small or p is far from 0.5.

When This Page Helps

Textbooks teach the continuity correction, but applying it correctly requires knowing which direction to adjust (+0.5 or −0.5) for each type of probability — and this is where errors commonly occur. This calculator eliminates guesswork by automatically applying the correct rule and showing you the exact correction used.

The side-by-side comparison of corrected, uncorrected, and exact probabilities builds lasting intuition. Students can explore how the correction's impact changes with n, p, and x, while practitioners can verify their manual calculations against exact results.

How to Use the Inputs

  1. Select the approximation type: binomial → normal, Poisson → normal, or discrete CDF.
  2. Choose the probability type: P(X ≤ x), P(X ≥ x), P(X = x), P(X < x), or P(X > x).
  3. For binomial: enter n (sample size) and p (probability). For Poisson: enter λ.
  4. Enter the value x at which to evaluate the probability.
  5. Use presets for common scenarios like coin flips, surveys, or rare events.
  6. Compare the corrected probability with the uncorrected and exact values.
  7. Review the comparison table to see correction accuracy across nearby values.
Formula used
Continuity Correction Rules: P(X ≤ x) → P(Z ≤ (x + 0.5 − μ)/σ) P(X ≥ x) → P(Z ≥ (x − 0.5 − μ)/σ) P(X < x) → P(Z < (x − 0.5 − μ)/σ) P(X > x) → P(Z > (x + 0.5 − μ)/σ) P(X = x) → P((x−0.5−μ)/σ < Z < (x+0.5−μ)/σ) For Binomial: μ = np, σ = √(np(1−p)) For Poisson: μ = λ, σ = √λ

Example Calculation

Result: Without CC: Z = 1.000, P = 0.8413; With CC: Z = 1.100, P = 0.8643; Exact: 0.8644

For 100 coin flips, P(X ≤ 55) with the continuity correction gives 0.8643, almost exactly matching the true binomial probability of 0.8644. Without correction, the approximation is 0.8413 — off by 0.023.

Tips & Best Practices

  • The correction direction depends on the inequality: "less than or equal" adds 0.5, "greater than or equal" subtracts 0.5.
  • For P(X = x), use the interval [x−0.5, x+0.5] to get the area under the normal curve at a point.
  • The correction matters most when np < 20 or p is not close to 0.5.
  • Compare the corrected result with the exact value using the comparison table.
  • For large n (> 200), the correction has negligible effect and can be omitted.
  • The Poisson approximation benefits from correction when λ < 30.

Why the Correction Exists

The normal distribution is a continuous curve with probability spread over every real number. The binomial and Poisson distributions assign probability only to integers. When you draw the binomial probability histogram and overlay the normal curve, each bar covers the interval [k−0.5, k+0.5]. To find P(X ≤ 5), you need the area up to 5.5, not just up to 5 — otherwise you're cutting off half of the bar at x = 5.

This geometric insight is the continuity correction: adjust by ±0.5 to align the continuous approximation with the discrete bars.

Historical Context

The normal approximation to the binomial dates to Abraham de Moivre (1733) and Pierre-Simon Laplace. The formal continuity correction was popularized by Frank Yates in 1934 in the context of chi-squared tests. For decades, when computation was expensive, the corrected normal approximation was the standard method for computing binomial probabilities. Today, with exact computation cheap, the correction is primarily a pedagogical tool — but understanding it deepens your grasp of the relationship between discrete and continuous distributions.

When to Skip the Correction

For large samples (n > 200) or probabilities near the center of the distribution, the correction changes only the 4th or 5th decimal place. In practice, skip it when exact computation is available or when using software that computes exact binomial CDFs. But always apply it on exams and in textbook exercises unless told otherwise — and always when computing by hand with z-tables.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Apply it whenever you approximate a discrete distribution (binomial, Poisson, hypergeometric) with a continuous normal distribution. It's most important when n is small (< 50), p is far from 0.5, or when computing probabilities at specific values.