Binomial Distribution

In probability theory and statistics, the binomial distribution with parameters n and p is the discrete probability distribution of the number of successes in a sequence of n independent experiments, each asking a yes–no question, and each with its own Boolean-valued outcome: success (with probability p) or failure (with probability q = 1 − p ).

A single success/failure experiment is also called a Bernoulli trial or Bernoulli experiment, and a sequence of outcomes is called a Bernoulli process; for a single trial, i.e., n = 1, the binomial distribution is a Bernoulli distribution. The binomial distribution is the basis for the popular binomial test of statistical significance.

Binomial distribution
Probability mass function
Probability mass function for the binomial distribution
Cumulative distribution function
Cumulative distribution function for the binomial distribution
Notation
Parameters – number of trials
– success probability for each trial
Support – number of successes
PMF
CDF (the regularized incomplete beta function)
Mean
Median or
Mode or
Variance
Skewness
Excess kurtosis
Entropy
in shannons. For nats, use the natural log in the log.
MGF
CF
PGF
Fisher information
(for fixed )
Binomial Distribution
Binomial distribution for
with n and k as in Pascal's triangle

The probability that a ball in a Galton box with 8 layers (n = 8) ends up in the central bin (k = 4) is .

The binomial distribution is frequently used to model the number of successes in a sample of size n drawn with replacement from a population of size N. If the sampling is carried out without replacement, the draws are not independent and so the resulting distribution is a hypergeometric distribution, not a binomial one. However, for N much larger than n, the binomial distribution remains a good approximation, and is widely used.

Definitions

Probability mass function

In general, if the random variable X follows the binomial distribution with parameters n Binomial Distribution  and p ∈ [0,1], we write X ~ B(np). The probability of getting exactly k successes in n independent Bernoulli trials (with the same rate p) is given by the probability mass function:

    Binomial Distribution 

for k = 0, 1, 2, ..., n, where

    Binomial Distribution 

is the binomial coefficient, hence the name of the distribution. The formula can be understood as follows: Binomial Distribution  is the probability of obtaining the sequence of Binomial Distribution  Bernoulli trials in which the first Binomial Distribution  trials are “successes“ and the remaining (last) Binomial Distribution  trials result in “failure“. Since the trials are independent with probabilities remaining constant between them, any sequence (permutation) of Binomial Distribution  trials with Binomial Distribution  successes (and Binomial Distribution  failures) has the same probability of being achieved (regardless of positions of successes within the sequence). There are Binomial Distribution  such sequences, since Binomial Distribution  counts the number of permutations (possible sequences) of Binomial Distribution  objects of two types, with Binomial Distribution  being the number of objects of one type (and Binomial Distribution  the number of objects of the other type, with “type“ meaning a collection of identical objects and the two being “success“ and “failure“ here). The binomial distribution is concerned with the probability of obtaining any of these sequences, meaning the probability of obtaining one of them (Binomial Distribution ) must be added Binomial Distribution  times, hence Binomial Distribution .

In creating reference tables for binomial distribution probability, usually the table is filled in up to n/2 values. This is because for k > n/2, the probability can be calculated by its complement as

    Binomial Distribution 

Looking at the expression f(knp) as a function of k, there is a k value that maximizes it. This k value can be found by calculating

    Binomial Distribution 

and comparing it to 1. There is always an integer M that satisfies

    Binomial Distribution 

f(knp) is monotone increasing for k < M and monotone decreasing for k > M, with the exception of the case where (n + 1)p is an integer. In this case, there are two values for which f is maximal: (n + 1)p and (n + 1)p − 1. M is the most probable outcome (that is, the most likely, although this can still be unlikely overall) of the Bernoulli trials and is called the mode.

Equivalently, Binomial Distribution . Taking the floor function, we obtain Binomial Distribution .

Example

Suppose a biased coin comes up heads with probability 0.3 when tossed. The probability of seeing exactly 4 heads in 6 tosses is

    Binomial Distribution 

Cumulative distribution function

The cumulative distribution function can be expressed as:

    Binomial Distribution 

where Binomial Distribution  is the "floor" under k, i.e. the greatest integer less than or equal to k.

It can also be represented in terms of the regularized incomplete beta function, as follows:

    Binomial Distribution 

which is equivalent to the cumulative distribution function of the F-distribution:

    Binomial Distribution 

Some closed-form bounds for the cumulative distribution function are given below.

Properties

Expected value and variance

If X ~ B(n, p), that is, X is a binomially distributed random variable, n being the total number of experiments and p the probability of each experiment yielding a successful result, then the expected value of X is:

    Binomial Distribution 

This follows from the linearity of the expected value along with the fact that X is the sum of n identical Bernoulli random variables, each with expected value p. In other words, if Binomial Distribution  are identical (and independent) Bernoulli random variables with parameter p, then Binomial Distribution  and

    Binomial Distribution 

The variance is:

    Binomial Distribution 

This similarly follows from the fact that the variance of a sum of independent random variables is the sum of the variances.

Higher moments

The first 6 central moments, defined as Binomial Distribution , are given by

    Binomial Distribution 

The non-central moments satisfy

    Binomial Distribution 

and in general

    Binomial Distribution 

where Binomial Distribution  are the Stirling numbers of the second kind, and Binomial Distribution  is the Binomial Distribution th falling power of Binomial Distribution . A simple bound follows by bounding the Binomial moments via the higher Poisson moments:

      Binomial Distribution 

This shows that if Binomial Distribution , then Binomial Distribution  is at most a constant factor away from Binomial Distribution 

Mode

Usually the mode of a binomial B(n, p) distribution is equal to Binomial Distribution , where Binomial Distribution  is the floor function. However, when (n + 1)p is an integer and p is neither 0 nor 1, then the distribution has two modes: (n + 1)p and (n + 1)p − 1. When p is equal to 0 or 1, the mode will be 0 and n correspondingly. These cases can be summarized as follows:

    Binomial Distribution 

Proof: Let

    Binomial Distribution 

For Binomial Distribution  only Binomial Distribution  has a nonzero value with Binomial Distribution . For Binomial Distribution  we find Binomial Distribution  and Binomial Distribution  for Binomial Distribution . This proves that the mode is 0 for Binomial Distribution  and Binomial Distribution  for Binomial Distribution .

Let Binomial Distribution . We find

    Binomial Distribution .

From this follows

    Binomial Distribution 

So when Binomial Distribution  is an integer, then Binomial Distribution  and Binomial Distribution  is a mode. In the case that Binomial Distribution , then only Binomial Distribution  is a mode.

Median

In general, there is no single formula to find the median for a binomial distribution, and it may even be non-unique. However, several special results have been established:

  • If Binomial Distribution  is an integer, then the mean, median, and mode coincide and equal Binomial Distribution .
  • Any median m must lie within the interval Binomial Distribution .
  • A median m cannot lie too far away from the mean:Binomial Distribution  .
  • The median is unique and equal to m = round(np) when Binomial Distribution  (except for the case when Binomial Distribution and n is odd).
  • When p is a rational number (with the exception of Binomial Distribution  and n odd) the median is unique.
  • When Binomial Distribution  and n is odd, any number m in the interval Binomial Distribution  is a median of the binomial distribution. If Binomial Distribution  and n is even, then Binomial Distribution  is the unique median.

Tail bounds

For knp, upper bounds can be derived for the lower tail of the cumulative distribution function Binomial Distribution , the probability that there are at most k successes. Since Binomial Distribution , these bounds can also be seen as bounds for the upper tail of the cumulative distribution function for knp.

Hoeffding's inequality yields the simple bound

    Binomial Distribution 

which is however not very tight. In particular, for p = 1, we have that F(k;n,p) = 0 (for fixed k, n with k < n), but Hoeffding's bound evaluates to a positive constant.

A sharper bound can be obtained from the Chernoff bound:

    Binomial Distribution 

where D(a || p) is the relative entropy (or Kullback-Leibler divergence) between an a-coin and a p-coin (i.e. between the Bernoulli(a) and Bernoulli(p) distribution):

    Binomial Distribution 

Asymptotically, this bound is reasonably tight; see for details.

One can also obtain lower bounds on the tail Binomial Distribution , known as anti-concentration bounds. By approximating the binomial coefficient with Stirling's formula it can be shown that

    Binomial Distribution 

which implies the simpler but looser bound

    Binomial Distribution 

For p = 1/2 and k ≥ 3n/8 for even n, it is possible to make the denominator constant:

    Binomial Distribution 

Statistical inference

Estimation of parameters

When n is known, the parameter p can be estimated using the proportion of successes:

    Binomial Distribution 

This estimator is found using maximum likelihood estimator and also the method of moments. This estimator is unbiased and uniformly with minimum variance, proven using Lehmann–Scheffé theorem, since it is based on a minimal sufficient and complete statistic (i.e.: x). It is also consistent both in probability and in MSE.

A closed form Bayes estimator for p also exists when using the Beta distribution as a conjugate prior distribution. When using a general Binomial Distribution  as a prior, the posterior mean estimator is:

    Binomial Distribution 

The Bayes estimator is asymptotically efficient and as the sample size approaches infinity (n → ∞), it approaches the MLE solution. The Bayes estimator is biased (how much depends on the priors), admissible and consistent in probability.

For the special case of using the standard uniform distribution as a non-informative prior, Binomial Distribution , the posterior mean estimator becomes:

    Binomial Distribution 

(A posterior mode should just lead to the standard estimator.) This method is called the rule of succession, which was introduced in the 18th century by Pierre-Simon Laplace.

When relying on Jeffreys prior, the prior is Binomial Distribution , which leads to the estimator:

    Binomial Distribution 

When estimating p with very rare events and a small n (e.g.: if x=0), then using the standard estimator leads to Binomial Distribution  which sometimes is unrealistic and undesirable. In such cases there are various alternative estimators. One way is to use the Bayes estimator Binomial Distribution , leading to:

    Binomial Distribution 

Another method is to use the upper bound of the confidence interval obtained using the rule of three:

    Binomial Distribution 

Confidence intervals

Even for quite large values of n, the actual distribution of the mean is significantly nonnormal. Because of this problem several methods to estimate confidence intervals have been proposed.

In the equations for confidence intervals below, the variables have the following meaning:

  • n1 is the number of successes out of n, the total number of trials
  • Binomial Distribution  is the proportion of successes
  • Binomial Distribution  is the Binomial Distribution  quantile of a standard normal distribution (i.e., probit) corresponding to the target error rate Binomial Distribution . For example, for a 95% confidence level the error Binomial Distribution  = 0.05, so Binomial Distribution  = 0.975 and Binomial Distribution  = 1.96.

Wald method

    Binomial Distribution 

A continuity correction of 0.5/n may be added.[clarification needed]

Agresti–Coull method

    Binomial Distribution 

Here the estimate of p is modified to

    Binomial Distribution 

This method works well for Binomial Distribution  and Binomial Distribution . See here for Binomial Distribution . For Binomial Distribution  use the Wilson (score) method below.

Arcsine method

    Binomial Distribution 

Wilson (score) method

The notation in the formula below differs from the previous formulas in two respects:

  • Firstly, zx has a slightly different interpretation in the formula below: it has its ordinary meaning of 'the xth quantile of the standard normal distribution', rather than being a shorthand for 'the (1 − x)-th quantile'.
  • Secondly, this formula does not use a plus-minus to define the two bounds. Instead, one may use Binomial Distribution  to get the lower bound, or use Binomial Distribution  to get the upper bound. For example: for a 95% confidence level the error Binomial Distribution  = 0.05, so one gets the lower bound by using Binomial Distribution , and one gets the upper bound by using Binomial Distribution .
      Binomial Distribution 

Comparison

The so-called "exact" (Clopper–Pearson) method is the most conservative. (Exact does not mean perfectly accurate; rather, it indicates that the estimates will not be less conservative than the true value.)

The Wald method, although commonly recommended in textbooks, is the most biased.[clarification needed]

Sums of binomials

If X ~ B(np) and Y ~ B(mp) are independent binomial variables with the same probability p, then X + Y is again a binomial variable; its distribution is Z=X+Y ~ B(n+mp):

    Binomial Distribution 

A Binomial distributed random variable X ~ B(np) can be considered as the sum of n Bernoulli distributed random variables. So the sum of two Binomial distributed random variable X ~ B(np) and Y ~ B(mp) is equivalent to the sum of n + m Bernoulli distributed random variables, which means Z=X+Y ~ B(n+mp). This can also be proven directly using the addition rule.

However, if X and Y do not have the same probability p, then the variance of the sum will be smaller than the variance of a binomial variable distributed as Binomial Distribution 

Poisson binomial distribution

The binomial distribution is a special case of the Poisson binomial distribution, which is the distribution of a sum of n independent non-identical Bernoulli trials B(pi).

Ratio of two binomial distributions

This result was first derived by Katz and coauthors in 1978.

Let X ~ B(n, p1) and Y ~ B(m, p2) be independent. Let T = (X/n) / (Y/m).

Then log(T) is approximately normally distributed with mean log(p1/p2) and variance ((1/p1) − 1)/n + ((1/p2) − 1)/m.

Conditional binomials

If X ~ B(np) and Y | X ~ B(Xq) (the conditional distribution of Y, given X), then Y is a simple binomial random variable with distribution Y ~ B(npq).

For example, imagine throwing n balls to a basket UX and taking the balls that hit and throwing them to another basket UY. If p is the probability to hit UX then X ~ B(np) is the number of balls that hit UX. If q is the probability to hit UY then the number of balls that hit UY is Y ~ B(Xq) and therefore Y ~ B(npq).

[Proof]

Since Binomial Distribution  and Binomial Distribution , by the law of total probability,

    Binomial Distribution 

Since Binomial Distribution  the equation above can be expressed as

    Binomial Distribution 

Factoring Binomial Distribution  and pulling all the terms that don't depend on Binomial Distribution  out of the sum now yields

    Binomial Distribution 

After substituting Binomial Distribution  in the expression above, we get

    Binomial Distribution 

Notice that the sum (in the parentheses) above equals Binomial Distribution  by the binomial theorem. Substituting this in finally yields

    Binomial Distribution 

and thus Binomial Distribution  as desired.

Bernoulli distribution

The Bernoulli distribution is a special case of the binomial distribution, where n = 1. Symbolically, X ~ B(1, p) has the same meaning as X ~ Bernoulli(p). Conversely, any binomial distribution, B(np), is the distribution of the sum of n independent Bernoulli trials, Bernoulli(p), each with the same probability p.

Normal approximation

Binomial Distribution 
Binomial probability mass function and normal probability density function approximation for n = 6 and p = 0.5

If n is large enough, then the skew of the distribution is not too great. In this case a reasonable approximation to B(np) is given by the normal distribution

    Binomial Distribution 

and this basic approximation can be improved in a simple way by using a suitable continuity correction. The basic approximation generally improves as n increases (at least 20) and is better when p is not near to 0 or 1. Various rules of thumb may be used to decide whether n is large enough, and p is far enough from the extremes of zero or one:

  • One rule is that for n > 5 the normal approximation is adequate if the absolute value of the skewness is strictly less than 0.3; that is, if
      Binomial Distribution 

This can be made precise using the Berry–Esseen theorem.

  • A stronger rule states that the normal approximation is appropriate only if everything within 3 standard deviations of its mean is within the range of possible values; that is, only if
      Binomial Distribution 
    This 3-standard-deviation rule is equivalent to the following conditions, which also imply the first rule above.
      Binomial Distribution 
[Proof]

The rule Binomial Distribution  is totally equivalent to request that

    Binomial Distribution 

Moving terms around yields:

    Binomial Distribution 

Since Binomial Distribution , we can apply the square power and divide by the respective factors Binomial Distribution  and Binomial Distribution , to obtain the desired conditions:

    Binomial Distribution 

Notice that these conditions automatically imply that Binomial Distribution . On the other hand, apply again the square root and divide by 3,

    Binomial Distribution 

Subtracting the second set of inequalities from the first one yields:

    Binomial Distribution 

and so, the desired first rule is satisfied,

    Binomial Distribution 
  • Another commonly used rule is that both values Binomial Distribution  and Binomial Distribution  must be greater than or equal to 5. However, the specific number varies from source to source, and depends on how good an approximation one wants. In particular, if one uses 9 instead of 5, the rule implies the results stated in the previous paragraphs.
[Proof]

Assume that both values Binomial Distribution  and Binomial Distribution  are greater than 9. Since Binomial Distribution , we easily have that

    Binomial Distribution 

We only have to divide now by the respective factors Binomial Distribution  and Binomial Distribution , to deduce the alternative form of the 3-standard-deviation rule:

    Binomial Distribution 

The following is an example of applying a continuity correction. Suppose one wishes to calculate Pr(X ≤ 8) for a binomial random variable X. If Y has a distribution given by the normal approximation, then Pr(X ≤ 8) is approximated by Pr(Y ≤ 8.5). The addition of 0.5 is the continuity correction; the uncorrected normal approximation gives considerably less accurate results.

This approximation, known as de Moivre–Laplace theorem, is a huge time-saver when undertaking calculations by hand (exact calculations with large n are very onerous); historically, it was the first use of the normal distribution, introduced in Abraham de Moivre's book The Doctrine of Chances in 1738. Nowadays, it can be seen as a consequence of the central limit theorem since B(np) is a sum of n independent, identically distributed Bernoulli variables with parameter p. This fact is the basis of a hypothesis test, a "proportion z-test", for the value of p using x/n, the sample proportion and estimator of p, in a common test statistic.

For example, suppose one randomly samples n people out of a large population and ask them whether they agree with a certain statement. The proportion of people who agree will of course depend on the sample. If groups of n people were sampled repeatedly and truly randomly, the proportions would follow an approximate normal distribution with mean equal to the true proportion p of agreement in the population and with standard deviation

    Binomial Distribution 

Poisson approximation

The binomial distribution converges towards the Poisson distribution as the number of trials goes to infinity while the product np converges to a finite limit. Therefore, the Poisson distribution with parameter λ = np can be used as an approximation to B(n, p) of the binomial distribution if n is sufficiently large and p is sufficiently small. According to rules of thumb, this approximation is good if n ≥ 20 and p ≤ 0.05 such that np ≤ 1, or if n > 50 and p < 0.1 such that np < 5, or if n ≥ 100 and np ≤ 10.

Concerning the accuracy of Poisson approximation, see Novak, ch. 4, and references therein.

Limiting distributions

      Binomial Distribution 

Beta distribution

The binomial distribution and beta distribution are different views of the same model of repeated Bernoulli trials. The binomial distribution is the PMF of k successes given n independent events each with a probability p of success. Mathematically, when α = k + 1 and β = nk + 1, the beta distribution and the binomial distribution are related by[clarification needed] a factor of n + 1:

    Binomial Distribution 

Beta distributions also provide a family of prior probability distributions for binomial distributions in Bayesian inference:

    Binomial Distribution 

Given a uniform prior, the posterior distribution for the probability of success p given n independent events with k observed successes is a beta distribution.

Computational methods

Random number generation

Methods for random number generation where the marginal distribution is a binomial distribution are well-established. One way to generate random variates samples from a binomial distribution is to use an inversion algorithm. To do so, one must calculate the probability that Pr(X = k) for all values k from 0 through n. (These probabilities should sum to a value close to one, in order to encompass the entire sample space.) Then by using a pseudorandom number generator to generate samples uniformly between 0 and 1, one can transform the calculated samples into discrete numbers by using the probabilities calculated in the first step.

History

This distribution was derived by Jacob Bernoulli. He considered the case where p = r/(r + s) where p is the probability of success and r and s are positive integers. Blaise Pascal had earlier considered the case where p = 1/2, tabulating the corresponding binomial coefficients in what is now recognized as Pascal's triangle.

See also

References

Further reading

Tags:

Binomial Distribution DefinitionsBinomial Distribution PropertiesBinomial Distribution Statistical inferenceBinomial Distribution Related distributionsBinomial Distribution Computational methodsBinomial Distribution HistoryBinomial Distribution Further readingBinomial DistributionBernoulli distributionBernoulli processBernoulli trialBinomial testBoolean-valued functionDiscrete probability distributionExperiment (probability theory)Outcome (probability)Probability theoryStatistical independenceStatistical significanceStatisticsYes–no question

🔥 Trending searches on Wiki English:

Stormy DanielsChernobyl disasterOpinion polling for the 2024 Indian general electionRipley (TV series)Indian Premier LeagueMarjorie Taylor GreeneMatty HealyChinaAnn WilsonStripchatJimmy CarterRihannaRavisrinivasan Sai KishoreAnsel AdamsThe Judge (2014 film)CryptocurrencyMichael JordanRonnie O'SullivanUnited Arab EmiratesMichael J. FoxBarack ObamaMike FaistMin Hee-jinDarién GapAlbert EinsteinMillennialsFour Horsemen of the ApocalypseRene SaguisagLovely RunnerPost MaloneAshley YoungZoë KravitzNelson MandelaBreathe (2024 film)Raindrop cakePremier LeagueBullet Train (film)Dana PerinoArti SinghKylie JennerLeonardo DiCaprioPoor Things (film)HamasRobert DurstJon Bon JoviX-Men (film series)Magnus CarlsenShivam DubeJesse PlemonsEminemArticle 370 (film)TapiocaRoyal Challengers BangaloreWikipediaDonte DiVincenzoTerry HillKurt CobainNicolas JacksonBoy Kills WorldKent State shootingsEarthKim Ji-won (actress)Jonathan KnightM. Night ShyamalanAnna SawaiKim Soo-hyunWar for the Planet of the ApesArticle 370 of the Constitution of IndiaAmon-Ra St. BrownBastion (comics)Hugh JackmanMichael DouglasOda NobunagaLisa Marie Presley2024 Indian general election in Tamil NaduHouse of the Dragon🡆 More