Binomial proportion confidence interval
Statistical confidence interval for success counts
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.
01Problems with using a normal approximation or "Wald interval"
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.
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 .
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 that
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 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
where is the lower
quantile of a standard normal distribution, vs.
which is the upper ( i.e.,
) 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).

02Standard error of a proportion estimation when using weighted data
To apply the principles of the weighted data correctly, you need to understand the type of the weight you are dealing with. For analytic weights, the following calculation can be applied.
Let be such that 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:
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.
If the weights in question are the complex sampling design weights, appropriate statistical software (R package survey; Python package svy) needs to be used to obtain standard errors corrected for the survey sampling design. An extension of the § Clopper-Pearson interval presented below to the complex survey data is also known as the Korn-Graubard confidence interval.
03Wilson score interval
The Wilson score interval was developed by E.B. Wilson (1927).
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. The observed coverage probability is consistently closer to the nominal value, .
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,
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
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). 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.
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 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:
for
and
If then
must instead be set to
if
then
must be instead set to
Wallis (2026) identifies a simpler method for computing continuity-corrected Wilson intervals that employs a special function based on Wilson's formula: In Wallis' notation, for the lower bound, let
where
is the selected tolerable error level for
. The upper bound,
is obtained from
Then
and
This method has the advantage of being further decomposable.
To apply a continuity correction to the Wilson interval with such an adjusted , we modify the second parameter of Wallis' Wilson formulae above, but leave the continuity adjustment term
unaltered (Wallis 2026).
Wilson interval with complex survey data
For complex survey data, such as when sampling from a finite population, or sampling with unequal weighting and clustering, the sample size needs to be replaced with the effective sample size
that accounts for the design effect of sampling.
It may also be reasonable to replace the normal quantiles with the Student distribution quantiles
where
is the sampling design degrees of freedom.

04Jeffreys interval
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 .
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 .
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.
05Clopper-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, as it attains the nominal coverage level in an exact sense, meaning that the coverage level is never less than the nominal .
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
- H0:
with HA:
- 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.
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
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.
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
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, Agresti-Coull interval,
etc., with a nominal coverage of 95% may in fact cover less than 95%, even for large sample sizes.
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 in R and scipy.stats.beta.ppf in Python.
from scipy.stats import beta import numpy as np 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]) if np.isnan(p_o): p_o = 1 if np.isnan(p_u): p_u = 006Agresti-Coull interval
The Agresti-Coull interval is also another approximate binomial confidence interval.
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), taking
instead of 1.96 produces the "add 2 successes and 2 failures" interval previously described by Agresti & Coull.
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.

07Arcsine transformation
The arcsine transformation has the effect of pulling out the ends of the distribution. While it can stabilize the variance (and thus confidence intervals) of proportion data, its use has been criticized in several contexts.
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
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 .
08ta transform
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.

09Rule of three, for when no successes are observed
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.
The interval is
.
By symmetry, in the case of only successes (), the interval is
.
10Comparison and discussion
There are several research papers that compare these and other confidence intervals for the binomial proportion.
Both Ross (2003)
and Agresti & Coull (1998)
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.
The principal problems are overshoot (bounds exceed [0, 1]), zero-width intervals at or 1 (falsely implying certainty),, inaccurate coverage (the actual coverage is not equal to the nominal level such as 95%) and overall inconsistency with significance testing.
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, though some prefer Agresti & Coull's approach for larger sample sizes. Wilson and Clopper-Pearson methods obtain consistent results with source significance tests, and this property is decisive for many researchers.
Many of these intervals can be calculated in R using packages like binom and survey; and in Python using statsmodels function proportion_confint()
Sources and credits
This article is adapted from the Wikipedia article “Binomial proportion confidence interval”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Images, from Wikimedia Commons:
- Wilson score pdf and interval equality.png by Unknown author, CC-BY-SA-4.0
- Normal approx interval and logistic example.png by Unknown author, CC BY 4.0
- Wilson score interval and logistic example.png by Unknown author, CC BY 4.0
- Jeffreys intervals plotted on a logistic curve.svg by Iroqu, CC BY-SA 4.0
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.