Binomial proportion confidence interval

In statistics, a binomial proportion confidence interval is a confidence interval for the probability of success calculated from the outcome of a series of success–failure experiments (Bernoulli trials). In other words, a binomial proportion confidence interval is an interval estimate of a success probability when only the number of experiments and the number of successes are known.

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 (success and failure), the probability of success is the same for each trial, and the trials are statistically independent. Because the binomial distribution is a discrete probability distribution (i.e., not continuous) and difficult to calculate for large numbers of trials, a variety of approximations are used to calculate this confidence interval, all with their own tradeoffs in accuracy and computational intensity.

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 coin is flipped ten times. The observed binomial proportion is the fraction of the flips that turn out to be heads. Given this observed proportion, the confidence interval for the true probability of the coin landing on heads is a range of possible proportions, which may or may not 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.[1]

Problems with using a normal approximation or "Wald interval" edit

 
Plotting the normal approximation interval on an arbitrary logistic curve reveals problems of overshoot and zero-width intervals.[2]

A commonly used formula for a binomial confidence interval relies on approximating the distribution of error about a binomially-distributed observation,  , with a normal distribution.[3] The normal approximation depends on the de Moivre–Laplace theorem (the original, binomial-only version of the central limit theorem) and becomes unreliable when it violates the theorems' premises, as the sample size becomes small or the success probability grows close to either 0 or 1 .[4]

Using the normal approximation, the success probability   is estimated by

 

where   is the proportion of successes in a Bernoulli trial process and an estimator for   in the underlying Bernoulli distribution. The equivalent formula in terms of observation counts is

 

where the data are the results of   trials that yielded   successes and   failures. The distribution function argument   is the   quantile of a standard normal distribution (i.e., the probit) corresponding to the target error rate   For a 95% confidence level, the error   so   and  

When using the Wald formula to estimate  , or just considering the possible outcomes of this calculation, two problems immediately become apparent:

  • First, for   approaching either 1 or 0, the interval narrows to zero width (falsely implying certainty).
  • Second, for values of   (probability too low / too close to 0), the interval boundaries exceed   (overshoot).

(Another version of the second, overshoot problem, arises when instead   falls below the same upper bound: probability too high / too close to 1 .)

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  values if they were tested as a hypothesized population proportion.[clarification needed] The collection of values,   for which the normal approximation is valid can be represented as

 

where   is the lower   quantile of a standard normal distribution, vs.   which is the upper quantile.

Since the test in the middle of the inequality is a Wald test, the normal approximation interval is sometimes called the Wald interval or Wald method, after Abraham Wald, but it was first described by Laplace (1812).[5]

Bracketing the confidence interval edit

Extending the normal approximation and Wald-Laplace interval concepts, Michael Short has shown that inequalities on the approximation error between the binomial distribution and the normal distribution can be used to accurately bracket the estimate of the confidence interval around  [6]

 

with

 

and where   is again the (unknown) proportion of successes in a Bernoulli trial process (as opposed to   that estimates it) measured with   trials yielding   successes,   is the   quantile of a standard normal distribution (i.e., the probit) corresponding to the target error rate   and the constants   and   are simple algebraic functions of  [6] For a fixed   (and hence  ), the above inequalities give easily computed one- or two-sided intervals which bracket the exact binomial upper and lower confidence limits corresponding to the error rate  

Standard error of a proportion estimation when using weighted data edit

Let there be a simple random sample   where each   is i.i.d from a Bernoulli(p) distribution and weight   is the weight for each observation, with the(positive) weights   normalized so they sum to 1 . The weighted sample proportion is:   Since each of the   is independent from all the others, and each one has variance   for every   the sampling variance of the proportion therefore is:[7]

 

The standard error of   is the square root of this quantity. Because we do not know   we have to estimate it. Although there are many possible estimators, a conventional one is to use   the sample mean, and plug this into the formula. That gives:

 

For otherwise unweighted data, the effective weights are uniform   giving   The   becomes   leading to the familiar formulas, showing that the calculation for weighted data is a direct generalization of them.

Wilson score interval edit

 
Wilson score intervals plotted on a logistic curve, revealing asymmetry and good performance for small n and where p is at or near 0 or 1.

The Wilson score interval was developed by E.B. Wilson (1927).[8] It is an improvement over the normal approximation interval in multiple respects: Unlike the symmetric normal approximation interval (above), the Wilson score interval is asymmetric, and it doesn't suffer from problems of overshoot and zero-width intervals that afflict the normal interval. It can be safely employed with small samples and skewed observations.[3] The observed coverage probability is consistently closer to the nominal value,  [2]

Like the normal interval, the interval can be computed directly from a formula.

Wilson started with the normal approximation to the binomial:

 

where   is the standard normal interval half-width corresponding to the desired confidence   The analytic formula for a binomial sample standard deviation is

 
Combining the two, and squaring out the radical, gives an equation that is quadratic in  
  or  

Transforming the relation into a standard-form quadratic equation for   treating   and   as known values from the sample (see prior section), and using the value of   that corresponds to the desired confidence   for the estimate of   gives this:

 
where all of the values bracketed by parentheses are known quantities. The solution for   estimates the upper and lower limits of the confidence interval for   Hence the probability of success   is estimated by   and with   confidence bracketed in the interval
 

where   is an abbreviation for

 

An equivalent expression using the observation counts   and   is

 

with the counts as above:   the count of observed "successes",   the count of observed "failures", and their sum is the total number of observations  

In practical tests of the formula's results, users find that this interval has good properties even for a small number of trials and / or the extremes of the probability estimate,  [2][3][9]

Intuitively, the center value of this interval is the weighted average of   and   with   receiving greater weight as the sample size increases. Formally, the center value corresponds to using a pseudocount of   the number of standard deviations of the confidence interval: Add this number to both the count of successes and of failures to yield the estimate of the ratio. For the common two standard deviations in each direction interval (approximately 95% coverage, which itself is approximately 1.96 standard deviations), this yields the estimate   which is known as the "plus four rule".

Although the quadratic can be solved explicitly, in most cases Wilson's equations can also be solved numerically using the fixed-point iteration

 

with  

The Wilson interval can also be derived from the single sample z-test or Pearson's chi-squared test with two categories. The resulting interval,

 

(with   the lower   quantile) can then be solved for   to produce the Wilson score interval. The test in the middle of the inequality is a score test.

The interval equality principle edit

 
The probability density function (PDF) for the Wilson score interval, plus PDFs at interval bounds. Tail areas are equal.

Since the interval is derived by solving from the normal approximation to the binomial, the Wilson score interval   has the property of being guaranteed to obtain the same result as the equivalent z-test or chi-squared test.

This property can be visualised by plotting the probability density function for the Wilson score interval (see Wallis).[9](pp 297-313) After that, then also plotting a normal PDF across each bound. The tail areas of the resulting Wilson and normal distributions represent the chance of a significant result, in that direction, must be equal.

The continuity-corrected Wilson score interval and the Clopper-Pearson interval are also compliant with this property. The practical import is that these intervals may be employed as significance tests, with identical results to the source test, and new tests may be derived by geometry.[9]

Wilson score interval with continuity correction edit

The Wilson interval may be modified by employing a continuity correction, in order to align the minimum coverage probability, rather than the average coverage probability, 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   are derived from Newcombe:[2]

 

for   and  

If   then   must instead be set to   if   then   must be instead set to  

Wallis (2021)[9] identifies a simpler method for computing continuity-corrected Wilson intervals that employs a special function based on Wilson's lower-bound formula: In Wallis' notation, for the lower bound, let

 

where   is the selected tolerable error level for   Then

 

This method has the advantage of being further decomposable.

Jeffreys interval edit

The Jeffreys interval has a Bayesian derivation, but good frequentist properties (outperforming most frequentist constructions). In particular, it has coverage properties that are similar to those of 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  [10]

The Jeffreys interval is the Bayesian credible interval obtained when using the non-informative Jeffreys prior for the binomial proportion   The Jeffreys prior for this problem is a Beta distribution with parameters   a conjugate prior. After observing   successes in   trials, the posterior distribution for   is a Beta distribution with parameters  

When   and   the Jeffreys interval is taken to be the   equal-tailed posterior probability interval, i.e., the   and   quantiles of a Beta distribution with parameters  

In order to avoid the coverage probability tending to zero when   or 1 , when   the upper limit is calculated as before but the lower limit is set to 0 , and when   the lower limit is calculated as before but the upper limit is set to 1 .[4]

Jeffreys' interval can also be thought of as a frequentist interval based on inverting the p-value from the G-test after applying the Yates correction to avoid a potentially-infinite value for the test statistic.

Clopper–Pearson interval edit

The Clopper–Pearson interval is an early and very common method for calculating binomial confidence intervals.[11] This is often called an 'exact' method, as it attains the nominal coverage level in an exact sense, meaning that the coverage level is never less than the nominal  [2]

The Clopper–Pearson interval can be written as

 

or equivalently,

 

with

 

and

 

where   is the number of successes observed in the sample and   is a binomial random variable with   trials and probability of success  

Equivalently we can say that the Clopper–Pearson interval is   with confidence level   if   is the infimum of those such that the following tests of hypothesis succeed with significance  

  1. H0:   with HA:  
  2. H0:   with HA:  

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

 

where   is the number of successes,   is the number of trials, and   is the pth quantile from a beta distribution with shape parameters   and  

Thus,   where:

 
 

The binomial proportion confidence interval is then   as follows from the relation between the Binomial distribution cumulative distribution function and the regularized incomplete beta function.

When   is either 0 or   closed-form expressions for the interval bounds are available: when   the interval is

 

and when   it is

 [12]

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:

 

where   is the number of successes,   is the number of trials, and   is the   quantile from an F-distribution with   and   degrees of freedom.[13]

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   and  [4] Thus the interval may be wider than it needs to be to achieve 95% confidence, and wider than other intervals. In contrast, it is worth noting that other confidence interval may have coverage levels that are lower than the nominal   i.e., the normal approximation (or "standard") interval, Wilson interval,[8] Agresti–Coull interval,[13] etc., with a nominal coverage of 95% may in fact cover less than 95%,[4] even for large sample sizes.[12]

The definition of the Clopper–Pearson interval can also be modified to obtain exact confidence intervals for different distributions. For instance, it can also be applied to the case where the samples are drawn without replacement from a population of a known size, instead of repeated draws of a binomial distribution. In this case, the underlying distribution would be the hypergeometric distribution.

The interval boundaries can be computed with numerical functions qbeta[14] in R and scipy.stats.beta.ppf[15] in Python.

from scipy.stats import beta
k = 20
n = 400
alpha = 0.05
p_u, p_o = beta.ppf([alpha/2, 1 - alpha/2], [k, k + 1], [n - k + 1, n - k])

Agresti–Coull interval edit

The Agresti–Coull interval is also another approximate binomial confidence interval.[13]

Given   successes in   trials, define

 

and

 

Then, a confidence interval for   is given by

 

where   is the quantile of a standard normal distribution, as before (for example, a 95% confidence interval requires   thereby producing  ). According to Brown, Cai, & DasGupta (2001),[4] taking   instead of 1.96 produces the "add 2 successes and 2 failures" interval previously described by Agresti & Coull.[13]

This interval can be summarised as employing the centre-point adjustment,   of the Wilson score interval, and then applying the Normal approximation to this point.[3][4]

 

Arcsine transformation edit

The arcsine transformation has the effect of pulling out the ends of the distribution.[16] While it can stabilize the variance (and thus confidence intervals) of proportion data, its use has been criticized in several contexts.[17]

Let   be the number of successes in   trials and let   The variance of   is

 

Using the arc sine transform, the variance of the arcsine of   is[18]

 

So, the confidence interval itself has the form

 

where   is the   quantile of a standard normal distribution.

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

ta transform edit

Let   be the proportion of successes. For  

 

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.

Rule of three — for when no successes are observed edit

The rule of three is used to provide a simple way of stating an approximate 95% confidence interval for   in the special case that no successes ( ) have been observed.[19] The interval is  

By symmetry, in the case of only successes ( ), the interval is  

Comparison and discussion edit

There are several research papers that compare these and other confidence intervals for the binomial proportion.[3][2][20][21]

Both Ross (2003)[22] and Agresti & Coull (1998)[13] point out that exact methods such as the Clopper–Pearson interval may not work as well as some approximations. The normal approximation interval and its presentation in textbooks has been heavily criticised, with many statisticians advocating that it not be used.[4] The principal problems are overshoot (bounds exceed  ), zero-width intervals at   or 1 (falsely implying certainty),[2] and overall inconsistency with significance testing.[3]

Of the approximations listed above, Wilson score interval methods (with or without continuity correction) have been shown to be the most accurate and the most robust,[3][4][2] though some prefer Agresti & Coulls' approach for larger sample sizes.[4] Wilson and Clopper–Pearson methods obtain consistent results with source significance tests,[9] and this property is decisive for many researchers.

Many of these intervals can be calculated in R using packages like binom.[23]

See also edit

References edit

  1. ^ Sullivan, Lisa (2017-10-27). "Confidence Intervals". sphweb.bumc.bu.edu (course notes). Boston, MA: Boston University School of Public Health. BS704.
  2. ^ a b c d e f g h Newcombe, R.G. (1998). "Two-sided confidence intervals for the single proportion: Comparison of seven methods". Statistics in Medicine. 17 (8): 857–872. doi:10.1002/(SICI)1097-0258(19980430)17:8<857::AID-SIM777>3.0.CO;2-E. PMID 9595616.
  3. ^ a b c d e f g Wallis, Sean A. (2013). "Binomial confidence intervals and contingency tests: Mathematical fundamentals and the evaluation of alternative methods" (PDF). Journal of Quantitative Linguistics. 20 (3): 178–208. doi:10.1080/09296174.2013.799918. S2CID 16741749.
  4. ^ a b c d e f g h i Brown, Lawrence D.; Cai, T. Tony; DasGupta, Anirban (2001). "Interval estimation for a binomial proportion". Statistical Science. 16 (2): 101–133. CiteSeerX 10.1.1.50.3025. doi:10.1214/ss/1009213286. MR 1861069. Zbl 1059.62533.
  5. ^ Laplace, P.S. (1812). Théorie analytique des probabilités [Analyitic Probability Theory] (in French). Ve. Courcier. p. 283.
  6. ^ a b Short, Michael (2021-11-08). "On binomial quantile and proportion bounds: With applications in engineering and informatics". Communications in Statistics - Theory and Methods. 52 (12): 4183–4199. doi:10.1080/03610926.2021.1986540. ISSN 0361-0926. S2CID 243974180.
  7. ^ "How to calculate the standard error of a proportion using weighted data?". stats.stackexchange.com. 159220 / 253.
  8. ^ a b Wilson, E.B. (1927). "Probable inference, the law of succession, and statistical inference". Journal of the American Statistical Association. 22 (158): 209–212. doi:10.1080/01621459.1927.10502953. JSTOR 2276774.
  9. ^ a b c d e Wallis, Sean A. (2021). Statistics in Corpus Linguistics: A new approach. New York, NY: Routledge. ISBN 9781138589384.
  10. ^ Cai, T.T. (2005). "One-sided confidence intervals in discrete distributions". Journal of Statistical Planning and Inference. 131 (1): 63–88. doi:10.1016/j.jspi.2004.01.005.
  11. ^ Clopper, C.; Pearson, E.S. (1934). "The use of confidence or fiducial limits illustrated in the case of the binomial". Biometrika. 26 (4): 404–413. doi:10.1093/biomet/26.4.404.
  12. ^ a b c Thulin, Måns (2014-01-01). "The cost of using exact confidence intervals for a binomial proportion". Electronic Journal of Statistics. 8 (1): 817–840. arXiv:1303.1288. doi:10.1214/14-EJS909. ISSN 1935-7524. S2CID 88519382.
  13. ^ a b c d e Agresti, Alan; Coull, Brent A. (1998). "Approximate is better than 'exact' for interval estimation of binomial proportions". The American Statistician. 52 (2): 119–126. doi:10.2307/2685469. JSTOR 2685469. MR 1628435.
  14. ^ "The Beta distribution". stat.ethz.ch (software doc). R Manual. Retrieved 2023-12-02.
  15. ^ "scipy.stats.beta". SciPy Manual. docs.scipy.org (software doc) (1.11.4 ed.). Retrieved 2023-12-02.
  16. ^ Holland, Steven. "Transformations of proportions and percentages". strata.uga.edu. Retrieved 2020-09-08.
  17. ^ Warton, David I.; Hui, Francis K.C. (January 2011). "The arcsine is asinine: The analysis of proportions in ecology". Ecology. 92 (1): 3–10. Bibcode:2011Ecol...92....3W. doi:10.1890/10-0340.1. hdl:1885/152287. ISSN 0012-9658. PMID 21560670.
  18. ^ Shao, J. (1998). Mathematical Statistics. New York, NY: Springer.
  19. ^ Simon, Steve (2010). "Confidence interval with zero events". Ask Professor Mean. Kansas City, MO: The Children's Mercy Hospital. Archived from the original on 15 October 2011. Stats topics on Medical Research
  20. ^ Sauro, J.; Lewis, J.R. (2005). Comparison of Wald, Adj-Wald, exact, and Wilson intervals calculator (PDF). Human Factors and Ergonomics Society, 49th Annual Meeting (HFES 2005). Orlando, FL. pp. 2100–2104. Archived from the original (PDF) on 18 June 2012.
  21. ^ Reiczigel, J. (2003). "Confidence intervals for the binomial parameter: Some new considerations" (PDF). Statistics in Medicine. 22 (4): 611–621. doi:10.1002/sim.1320. PMID 12590417. S2CID 7715293.
  22. ^ Ross, T.D. (2003). "Accurate confidence intervals for binomial proportion and Poisson rate estimation". Computers in Biology and Medicine. 33 (6): 509–531. doi:10.1016/S0010-4825(03)00019-2. PMID 12878234.
  23. ^ Dorai-Raj, Sundar (2 May 2022). binom: Binomial confidence intervals for several parameterizations (software doc.). Retrieved 2 December 2023.