The Normal Approximation to the Binomial Distribution
Compute exact binomial probabilities, then approximate them using a normal distribution with the continuity correction. The chart overlays the binomial histogram with the normal curve and shades the selected probability.
n trials, each trial is success/failure,
success probability p is constant, and trials are independent.
n·p > 5 and n·(1 − p) > 5.
Then μ = n·p and σ = √(n·p·(1 − p)).
±0.5
when converting the discrete binomial event into a continuous normal interval.
Inputs
n and p, choose an event, then click Calculate.
CSV data (copy/paste or import)
Generate a binomial distribution table as CSV, copy/paste it anywhere, or import a CSV file.
Format supported: x,px or x,px,cdf (header optional).
n and p, or import your own file.
Visualization
Results
Step-by-step (shown after calculation)
Compute μ and σ for the binomial distribution.
Convert the discrete event into a continuous interval using the ±0.5 continuity correction (if enabled).
Convert boundary x-values into z-scores and compute the normal area.
Compute the exact binomial probability by summing P(X = k) over the required integer values.