Confidence Intervals for the Binomial Distribution

​
j
10
n
50
A confidence interval for estimating a parameter of a probability distribution must show two basic properties. First, it must contain the value of the parameter with a prescribed probability, and second, it must be as short as possible in order to be useful. Confidence intervals may be derived in different ways. In the case of a binomial distribution with
n
trials and probability parameter
p
, the conventional method for estimating
p
uses the normal approximation and produces an interval centered at the point
j/n
, where
j
is the number of successes obtained in the
n
trials.
Another method, known as Wilson's score method, has some advantages over the conventional one. In general, it has shorter length and, for small values of
j/n
, it is not centered at this value. A different approach, known as the Clopper–Pearson method, also shows this property, even though, in general, it produces results that differ from Wilson's method.
These three methods are illustrated in this Demonstration, using in each case the coefficients that are commonly used to attain a probability of coverage of at least 95%. Move the sliders to observe the effect of different values of
n
and
j
on the position and length of the resulting intervals.

Details

The article on Binomial proportion confidence interval in Wikipedia gives the details for Wilson's method. Implementation of the Clopper–Pearson method is due to the author of this presentation.

External Links

Confidence Interval (Wolfram MathWorld)

Permanent Citation

Tomas Garza
​
​"Confidence Intervals for the Binomial Distribution"​
​http://demonstrations.wolfram.com/ConfidenceIntervalsForTheBinomialDistribution/​
​Wolfram Demonstrations Project​
​Published: March 7, 2011