Normal Approximation Calculator
Approximate a binomial distribution with a normal one.
For large n, a binomial distribution is well approximated by a normal one.
The math behind it
mean = np, SD = sqrt(np(1-p)). The approximation is good when np and n(1-p) both exceed 10.
Worked example
n 100, p 0.4 gives mean 40, SD about 4.90.
FAQ
When is it valid?
When both np and n(1-p) are at least 10.