Samiksha Jaiswal (Editor)

Binomial proportion confidence interval

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, a binomial proportion confidence interval is a confidence interval for a proportion in a statistical population. It uses the proportion estimated in a statistical sample and allows for sampling error. There are several formulas for a binomial confidence interval, but all of them rely on the assumption of a binomial distribution. In general, a binomial distribution applies when an experiment is repeated a fixed number of times, each trial of the experiment has two possible outcomes (labeled arbitrarily success and failure), the probability of success is the same for each trial, and the trials are statistically independent.

Contents

A simple example of a binomial distribution is the set of various possible outcomes, and their probabilities, for the number of heads observed when a (not necessarily fair) coin is flipped ten times. The observed binomial proportion is the fraction of the flips which turn out to be heads. Given this observed proportion, the confidence interval for the true proportion innate in that coin is a range of possible proportions which may contain the true proportion. A 95% confidence interval for the proportion, for instance, will contain the true proportion 95% of the times that the procedure for constructing the confidence interval is employed. Note that this does not mean that a calculated 95% confidence interval will contain the true proportion with 95% probability. Instead, one should interpret it as follows: the process of drawing a random sample and calculating an accompanying 95% confidence interval will generate a confidence interval that contains the true proportion in 95% of all cases. If we were to take 100 different samples and compute a 95% confidence interval for each sample, then (approximately) 95 of the 100 confidence intervals will contain the true proportion. In practice, however, we select one random sample and generate one confidence interval, which may or may not contain the true proportion. Each observed interval may over- or underestimate the true proportion.

There are several ways to compute a confidence interval for a binomial proportion. The normal approximation interval is the simplest formula, and the one introduced in most basic statistics classes and textbooks. This formula, however, is based on an approximation that does not always work well. Several competing formulas are available that perform better, especially for situations with a small sample size and a proportion very close to zero or one. The choice of interval will depend on how important it is to use a simple and easy-to-explain interval versus the desire for better accuracy.

Normal approximation interval

The most commonly used formula for a binomial confidence interval relies on approximating the distribution of error about a binomially-distributed observation, p ^ , with a normal distribution. However, although this distribution is frequently confused with a binomial distribution, it should be noted that the error distribution itself is not binomial, and hence other methods (below) are preferred.

The approximation is usually justified by the central limit theorem. The formula is

p ^ ± z 1 n p ^ ( 1 p ^ )

or, equivalently

1 n [ n S ± z 1 n n S n F ]

where p ^ = n S / n is the proportion of successes in a Bernoulli trial process with n trials yielding n S successes and n F = n n S failures, and z is the 1 1 2 α quantile of a standard normal distribution corresponding to the target error rate α . For example, for a 95% confidence level the error α  = 0.05, so 1 1 2 α  = 0.975 and z  = 1.96.

The central limit theorem applies poorly to this distribution with a sample size less than 30 or where the proportion is close to 0 or 1. The normal approximation fails totally when the sample proportion is exactly zero or exactly one. A frequently cited rule of thumb is that the normal approximation is a reasonable one as long as n S  > 5 and n F  > 5, however even this is unreliable in many cases; see Brown et al. 2001.

An important theoretical derivation of this confidence interval involves the inversion of a hypothesis test. Under this formulation, the confidence interval represents those values of the population parameter that would have large p-values if they were tested as a hypothesized population proportion. The collection of values, θ , for which the normal approximation is valid can be represented as

{ θ | y p ^ θ 1 n p ^ ( 1 p ^ ) z }

where y is the 1 2 α quantile of a standard normal distribution.

Since the test in the middle of the inequality is a Wald test, the normal approximation interval is sometimes called the Wald interval, but Pierre-Simon Laplace first described it in his 1812 book Théorie analytique des probabilités (page 283).

Wilson score interval

The Wilson interval is an improvement (the actual coverage probability is closer to the nominal value) over the normal approximation interval and was first developed by Edwin Bidwell Wilson (1927).

1 1 + 1 n z 2 [ p ^ + 1 2 n z 2 ± z 1 n p ^ ( 1 p ^ ) + 1 4 n 2 z 2 ]

or, equivalently

1 n + z 2 [ n S + 1 2 z 2 ± z 1 n n S n F + 1 4 z 2 ]

This interval has good properties even for a small number of trials and/or an extreme probability.

These properties are obtained from its derivation from the binomial model. Consider a binomial population probability P , whose distribution may be approximated by the normal distribution with standard deviation 1 n P ( 1 P ) . However, the distribution of true values about an observation is not binomial. Rather, an observation p ^ will have an error interval with a lower bound equal to P when p ^ is at the equivalent normal interval upper bound (i.e. for the same α ) of P , and vice versa.

The Wilson interval can also be derived from Pearson's chi-squared test with two categories. The resulting interval

{ θ | y p ^ θ 1 n θ ( 1 θ ) z }

can then be solved for θ to produce the Wilson interval. The test in the middle of the inequality is a score test, so the Wilson interval is sometimes called the Wilson score interval.

The center of the Wilson interval

p ^ + 1 2 n z 2 1 + 1 n z 2

can be shown to be a weighted average of p ^ = n S n and 1 2 , with p ^ receiving greater weight as the sample size increases. For the 95% interval, the Wilson interval is nearly identical to the normal approximation interval using p ~ = n S + 2 n + 4 instead of p ^ .

Wilson score interval with continuity correction

The Wilson interval may be modified by employing a continuity correction, in order to align the minimum coverage probability (rather than the average) with the nominal value.

Just as the Wilson interval mirrors Pearson's chi-squared test, the Wilson interval with continuity correction mirrors the equivalent Yates' chi-squared test.

The following formulae for the lower and upper bounds of the Wilson score interval with continuity correction ( w , w + ) are derived from Newcombe (1998).

w = max { 0 , 2 n p ^ + z 2 [ z z 2 1 n + 4 n p ^ ( 1 p ^ ) + ( 4 p ^ 2 ) + 1 ] 2 ( n + z 2 ) } w + = min { 1 , 2 n p ^ + z 2 + [ z z 2 1 n + 4 n p ^ ( 1 p ^ ) ( 4 p ^ 2 ) + 1 ] 2 ( n + z 2 ) }

However, if p=0, w must be taken as 0; if p=1, w + is then 1.

Jeffreys interval

The Jeffreys interval has a Bayesian derivation, but it has good frequentist properties. In particular, it has coverage properties that are similar to the Wilson interval, but it is one of the few intervals with the advantage of being equal-tailed (e.g., for a 95% confidence interval, the probabilities of the interval lying above or below the true value are both close to 2.5%). In contrast, the Wilson interval has a systematic bias such that it is centred too close to p = 0.5.

The Jeffreys interval is the Bayesian credible interval obtained when using the non-informative Jeffreys prior for the binomial proportion p. The Jeffreys prior for this problem is a Beta distribution with parameters (1/2, 1/2). After observing x successes in n trials, the posterior distribution for p is a Beta distribution with parameters (x + 1/2, n – x + 1/2).

When x ≠0 and x ≠ n, the Jeffreys interval is taken to be the 100(1 – α)% equal-tailed posterior probability interval, i.e., the α / 2 and 1 – α / 2 quantiles of a Beta distribution with parameters (x + 1/2, n – x + 1/2). These quantiles need to be computed numerically, although this is reasonably simple with modern statistical software.

In order to avoid the coverage probability tending to zero when p → 0 or 1, when x = 0 the upper limit is calculated as before but the lower limit is set to 0, and when x = n the lower limit is calculated as before but the upper limit is set to 1.

Clopper-Pearson interval

The Clopper-Pearson interval is an early and very common method for calculating binomial confidence intervals. This is often called an 'exact' method, but that is because it is based on the cumulative probabilities of the binomial distribution (i.e., exactly the correct distribution rather than an approximation), but the intervals are not exact in the way that one might assume: the discontinuous nature of the binomial distribution precludes any interval with exact coverage for all population proportions. The Clopper-Pearson interval can be written as

S S

or equivalently,

( inf S , sup S )

with

S := { θ | P [ B i n ( n ; θ ) X ] > α 2 }     a n d     S := { θ | P [ B i n ( n ; θ ) X ] > α 2 } ,

where 0 ≤ X ≤ n is the number of successes observed in the sample and Bin(n; θ) is a binomial random variable with n trials and probability of success θ.

Because of a relationship between the cumulative binomial distribution and the beta distribution, the Clopper-Pearson interval is sometimes presented in an alternate format that uses quantiles from the beta distribution.

B ( α 2 ; x , n x + 1 ) < θ < B ( 1 α 2 ; x + 1 , n x )

where x is the number of successes, n is the number of trials, and B(p; v,w) is the pth quantile from a beta distribution with shape parameters v and w.

When x is either 0 or n , closed-form expressions for the interval bounds are available: when x = 0 the interval is ( 0 , 1 ( α 2 ) 1 n ) and when x = n it is ( ( α 2 ) 1 n , 1 ) .

The beta distribution is, in turn, related to the F-distribution so a third formulation of the Clopper-Pearson interval can be written using F quantiles:

( 1 + n x + 1 x F [ α 2 ; 2 x , 2 ( n x + 1 ) ] ) 1 < θ < ( 1 + n x ( x + 1 ) F [ 1 α 2 ; 2 ( x + 1 ) , 2 ( n x ) ] ) 1

where x is the number of successes, n is the number of trials, and F(c; d1, d2) is the c quantile from an F-distribution with d1 and d2 degrees of freedom.

The Clopper-Pearson interval is an exact interval since it is based directly on the binomial distribution rather than any approximation to the binomial distribution. This interval never has less than the nominal coverage for any population proportion, but that means that it is usually conservative. For example, the true coverage rate of a 95% Clopper-Pearson interval may be well above 95%, depending on n and θ. Thus the interval may be wider than it needs to be to achieve 95% confidence. In contrast, it is worth noting that other confidence bounds may be narrower than their nominal confidence width, i.e., the Normal Approximation (or "Standard") Interval, Wilson Interval, Agresti-Coull Interval, etc., with a nominal coverage of 95% may in fact cover less than 95%.

Agresti-Coull Interval

The Agresti-Coull interval is also another approximate binomial confidence interval.

Given X successes in n trials, define

n ~ = n + z 2

and

p ~ = 1 n ~ ( X + 1 2 z 2 )

Then, a confidence interval for p is given by

p ~ ± z 1 n ~ p ~ ( 1 p ~ )

where z is the 1 1 2 α quantile of a standard normal distribution, as before. For example, for a 95% confidence interval, let α = 0.05 , so z = 1.96 and z 2 = 3.84. If we use 2 instead of 1.96 for z , this is the "add 2 successes and 2 failures" interval in

Arcsine transformation

Let X be the number of successes in n trials and let p = X/n. The variance of p is

var ( p ) = p ( 1 p ) n

Using the arc sine transform the variance of the arcsine of p is

var ( arcsin ( p ) ) var ( p ) 4 p ( 1 p ) = p ( 1 p ) 4 n p ( 1 p ) = 1 4 n

So, confidence interval itself has the following form:

sin 2 ( arcsin ( p ) z 2 n ) < θ < sin 2 ( arcsin ( p ) + z 2 n )

where z is 1 α 2 quantile of a standard normal distribution

This method may be used to estimate the variance of p but its use is problematic when p is close to 0 or 1.

ta transform

Let p be the proportion of successes. For 0 ≤ a ≤ 2

t a = log ( p a ( 1 p ) 2 a ) = a log ( p ) ( 2 a ) log ( 1 p )

This family is a generalisation of the logit transform which is a special case with a = 1 and can be used to transform a proportional data distribution to an approximately normal distribution. The parameter a has to be estimated for the data set.

Special cases

In medicine, the rule of three is used to provide a simple way of stating an approximate 95% confidence interval for p, in the special case that no successes ( p ^ = 0 ) have been observed. The interval is (0,3/n).

By symmetry, one could expect for only successes ( p ^ = 1 ), the interval is (1-3/n,1).

Comparison of different intervals

There are several research papers that compare these and other confidence intervals for the binomial proportion. Both Agresti and Coull (1998) and Ross (2003) point out that exact methods such as the Clopper-Pearson interval may not work as well as certain approximations.

Many of these intervals can be calculated in R using packages like proportion and binom.

References

Binomial proportion confidence interval Wikipedia