Английская Википедия:Binomial distribution

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Redirect Шаблон:Probability distribution</math>

 | kurtosis   = <math>\frac{1-6pq}{npq}</math>
 | entropy    = <math>\frac{1}{2} \log_2 (2\pi enpq) + O \left( \frac{1}{n} \right)</math>
in shannons. For nats, use the natural log in the log. | mgf = <math>(q + pe^t)^n</math> | char = <math>(q + pe^{it})^n</math> | pgf = <math>G(z) = [q + pz]^n</math> | fisher = <math> g_n(p) = \frac{n}{pq} </math>
(for fixed <math>n</math>)

}} Шаблон:Probability fundamentals

Файл:Pascal's triangle; binomial distribution.svg
Binomial distribution for <math>p=0.5</math>
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 <math>70/256</math>.

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 <math>q = 1-p</math>). 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.[1]

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 <math>\mathbb{N}</math> 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:

<math>f(k,n,p) = \Pr(k;n,p) = \Pr(X = k) = \binom{n}{k}p^k(1-p)^{n-k}</math>

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

<math>\binom{n}{k} =\frac{n!}{k!(n-k)!}</math>

is the binomial coefficient, hence the name of the distribution. The formula can be understood as follows: k successes occur with probability pk and n − k failures occur with probability <math>(1-p)^{n-k}</math>. However, the k successes can occur anywhere among the n trials, and there are <math>\tbinom{n}{k}</math> different ways of distributing k successes in a sequence of n trials.

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

<math>f(k,n,p)=f(n-k,n,1-p). </math>

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

<math> \frac{f(k+1,n,p)}{f(k,n,p)}=\frac{(n-k)p}{(k+1)(1-p)} </math>

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

<math>(n+1)p-1 \leq M < (n+1)p.</math>

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, <math>M-p < np \leq M + 1-p</math>. Taking the floor function, we obtain <math>M = floor(np)</math>.Шаблон:NoteTag

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

<math>f(4,6,0.3) = \binom{6}{4}0.3^4 (1-0.3)^{6-4}= 0.059535.</math>

Cumulative distribution function

The cumulative distribution function can be expressed as:

<math>F(k;n,p) = \Pr(X \le k) = \sum_{i=0}^{\lfloor k \rfloor} {n\choose i}p^i(1-p)^{n-i},</math>

where <math>\lfloor k\rfloor</math> 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:[3]

<math>\begin{align}

F(k;n,p) & = \Pr(X \le k) \\ &= I_{1-p}(n-k, k+1) \\ & = (n-k) {n \choose k} \int_0^{1-p} t^{n-k-1} (1-t)^k \, dt. \end{align}</math>

which is equivalent to the cumulative distribution function of the [[F-distribution|Шаблон:Mvar-distribution]]:[4]

<math>F(k;n,p) = F_{F\text{-distribution}}\left(x=\frac{1-p}{p}\frac{k+1}{n-k};d_1=2(n-k),d_2=2(k+1)\right).</math>

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:[5]

<math> \operatorname{E}[X] = np.</math>

This follows from the linearity of the expected value along with the fact that Шаблон:Mvar is the sum of Шаблон:Mvar identical Bernoulli random variables, each with expected value Шаблон:Mvar. In other words, if <math>X_1, \ldots, X_n</math> are identical (and independent) Bernoulli random variables with parameter Шаблон:Mvar, then <math>X = X_1 + \cdots + X_n</math> and

<math>\operatorname{E}[X] = \operatorname{E}[X_1 + \cdots + X_n] = \operatorname{E}[X_1] + \cdots + \operatorname{E}[X_n] = p + \cdots + p = np.</math>

The variance is:

<math> \operatorname{Var}(X) = npq = np(1 - p).</math>

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 <math> \mu _{c}=\operatorname {E} \left[(X-\operatorname {E} [X])^{c}\right] </math>, are given by

<math>\begin{align}

\mu_1 &= 0, \\ \mu_2 &= np(1-p),\\ \mu_3 &= np(1-p)(1-2p),\\ \mu_4 &= np(1-p)(1+(3n-6)p(1-p)),\\ \mu_5 &= np(1-p)(1-2p)(1+(10n-12)p(1-p)),\\ \mu_6 &= np(1-p)(1-30p(1-p)(1-4p(1-p))+5np(1-p)(5-26p(1-p))+15n^2 p^2 (1-p)^2). \end{align}</math>

The non-central moments satisfy

<math>\begin{align}

\operatorname {E}[X] &= np, \\ \operatorname {E}[X^2] &= np(1-p)+n^2p^2, \end{align}</math> and in general [6] [7]

<math>

\operatorname {E}[X^c] = \sum_{k=0}^c \left\{ {c \atop k} \right\} n^{\underline{k}} p^k, </math> where <math>\textstyle \left\{{c\atop k}\right\}</math> are the Stirling numbers of the second kind, and <math>n^{\underline{k}} = n(n-1)\cdots(n-k+1)</math> is the <math>k</math>th falling power of <math>n</math>. A simple bound [8] follows by bounding the Binomial moments via the higher Poisson moments:

<math>

\operatorname {E}[X^c] \le \left(\frac{c}{\log(c/(np)+1)}\right)^c \le (np)^c \exp\left(\frac{c^2}{2np}\right). </math> This shows that if <math>c=O(\sqrt{np})</math>, then <math>\operatorname {E}[X^c]</math> is at most a constant factor away from <math>\operatorname {E}[X]^c</math>

Mode

Usually the mode of a binomial B(n, p) distribution is equal to <math>\lfloor (n+1)p\rfloor</math>, where <math>\lfloor\cdot\rfloor</math> 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:

<math>\text{mode} =
     \begin{cases}
       \lfloor (n+1)\,p\rfloor & \text{if }(n+1)p\text{ is 0 or a noninteger}, \\
       (n+1)\,p\ \text{ and }\ (n+1)\,p - 1 &\text{if }(n+1)p\in\{1,\dots,n\}, \\
       n & \text{if }(n+1)p = n + 1.
     \end{cases}</math>

Proof: Let

<math>f(k)=\binom nk p^k q^{n-k}.</math>

For <math>p=0</math> only <math>f(0)</math> has a nonzero value with <math>f(0)=1</math>. For <math>p=1</math> we find <math>f(n)=1</math> and <math>f(k)=0</math> for <math>k\neq n</math>. This proves that the mode is 0 for <math>p=0</math> and <math>n</math> for <math>p=1</math>.

Let <math>0 < p < 1</math>. We find

<math>\frac{f(k+1)}{f(k)} = \frac{(n-k)p}{(k+1)(1-p)}</math>.

From this follows

<math>\begin{align}

k > (n+1)p-1 \Rightarrow f(k+1) < f(k) \\ k = (n+1)p-1 \Rightarrow f(k+1) = f(k) \\ k < (n+1)p-1 \Rightarrow f(k+1) > f(k) \end{align}</math>

So when <math>(n+1)p-1</math> is an integer, then <math>(n+1)p-1</math> and <math>(n+1)p</math> is a mode. In the case that <math>(n+1)p-1\notin \Z</math>, then only <math>\lfloor (n+1)p-1\rfloor+1=\lfloor (n+1)p\rfloor</math> is a mode.[9]

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 <math>np </math> is an integer, then the mean, median, and mode coincide and equal <math>np</math>.[10][11]
  • Any median m must lie within the interval <math>\lfloor np \rfloor\leq m \leq \lceil np \rceil</math>.[12]
  • A median m cannot lie too far away from the mean:<math>|m-np|\leq \min\{{\ln2}, \max\{p,1-p\}\}</math> .[13]
  • The median is unique and equal to m = round(np) when <math>|m-np|\leq \min \{p, 1-p\}</math> (except for the case when <math>p= \frac{1}{2} </math>and n is odd).[12]
  • When p is a rational number (with the exception of <math>p= \frac{1}{2} </math> and n odd) the median is unique.[14]
  • When <math>p= \frac{1}{2} </math> and n is odd, any number m in the interval <math> \frac{1}{2} \bigl(n-1\bigr)\leq m \leq \frac{1}{2} \bigl(n+1\bigr)</math> is a median of the binomial distribution. If <math>p= \frac{1}{2} </math> and n is even, then <math>m= \frac{n}{2} </math> is the unique median.

Tail bounds

For knp, upper bounds can be derived for the lower tail of the cumulative distribution function <math>F(k;n,p) = \Pr(X \le k)</math>, the probability that there are at most k successes. Since <math>\Pr(X \ge k) = F(n-k;n,1-p) </math>, 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

<math> F(k;n,p) \leq \exp\left(-2 n\left(p-\frac{k}{n}\right)^2\right), \!</math>

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:[15]

<math> F(k;n,p) \leq \exp\left(-nD\left(\frac{k}{n}\parallel p\right)\right) </math>

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):

<math> D(a\parallel p)=(a)\log\frac{a}{p}+(1-a)\log\frac{1-a}{1-p}. \!</math>

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

One can also obtain lower bounds on the tail <math>F(k;n,p) </math>, known as anti-concentration bounds. By approximating the binomial coefficient with Stirling's formula it can be shown that[16]

<math> F(k;n,p) \geq \frac{1}{\sqrt{8n\tfrac{k}{n}(1-\tfrac{k}{n})}} \exp\left(-nD\left(\frac{k}{n}\parallel p\right)\right),</math>

which implies the simpler but looser bound

<math> F(k;n,p) \geq \frac1{\sqrt{2n}} \exp\left(-nD\left(\frac{k}{n}\parallel p\right)\right).</math>

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

<math> F(k;n,\tfrac{1}{2}) \geq \frac{1}{15} \exp\left(- 16n \left(\frac{1}{2} -\frac{k}{n}\right)^2\right). \!</math>

Statistical inference

Estimation of parameters

Шаблон:See also

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

<math> \widehat{p} = \frac{x}{n}.</math>

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 <math>\operatorname{Beta}(\alpha, \beta)</math> as a prior, the posterior mean estimator is:

<math> \widehat{p}_b = \frac{x+\alpha}{n+\alpha+\beta}.</math>

The Bayes estimator is asymptotically efficient and as the sample size approaches infinity (n → ∞), it approaches the MLE solution.[18] 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, <math>\operatorname{Beta}(\alpha=1, \beta=1) = U(0,1)</math>, the posterior mean estimator becomes:

<math> \widehat{p}_b = \frac{x+1}{n+2}.</math>

(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 estimating p with very rare events and a small n (e.g.: if x=0), then using the standard estimator leads to <math> \widehat{p} = 0,</math> which sometimes is unrealistic and undesirable. In such cases there are various alternative estimators.[19] One way is to use the Bayes estimator, leading to:

<math> \widehat{p}_b = \frac{1}{n+2}.</math>

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

<math> \widehat{p}_{\text{rule of 3}} = \frac{3}{n}.</math>

Confidence intervals

Шаблон:Main

Even for quite large values of n, the actual distribution of the mean is significantly nonnormal.[20] 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
  • <math> \widehat{p\,} = \frac{n_1}{n}</math> is the proportion of successes
  • <math>z</math> is the <math>1 - \tfrac{1}{2}\alpha</math> quantile of a standard normal distribution (i.e., probit) corresponding to the target error rate <math>\alpha</math>. For example, for a 95% confidence level the error <math>\alpha</math> = 0.05, so <math>1 - \tfrac{1}{2}\alpha</math> = 0.975 and <math>z</math> = 1.96.

Wald method

Шаблон:Main

<math> \widehat{p\,} \pm z \sqrt{ \frac{ \widehat{p\,} ( 1 -\widehat{p\,} )}{ n } } .</math>

A continuity correction of 0.5/n may be added.Шаблон:Clarify

Agresti–Coull method

Шаблон:Main [21]

<math> \tilde{p} \pm z \sqrt{ \frac{ \tilde{p} ( 1 - \tilde{p} )}{ n + z^2 } }</math>

Here the estimate of p is modified to

<math> \tilde{p}= \frac{ n_1 + \frac{1}{2} z^2}{ n + z^2 } </math>

This method works well for <math>n>10</math> and <math>n_1\neq 0,n</math>.[22] See here for <math>n\leq 10</math>.[23] For <math>n_1 = 0,n</math> use the Wilson (score) method below.

Arcsine method

Шаблон:Main [24]

<math>\sin^2 \left(\arcsin \left(\sqrt{\widehat{p\,}}\right) \pm \frac{z}{2\sqrt{n}} \right).</math>

Wilson (score) method

Шаблон:Main

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

  • 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 <math>z = z_{\alpha / 2}</math> to get the lower bound, or use <math>z = z_{1 - \alpha/2}</math> to get the upper bound. For example: for a 95% confidence level the error <math>\alpha</math> = 0.05, so one gets the lower bound by using <math>z = z_{\alpha/2} = z_{0.025} = - 1.96</math>, and one gets the upper bound by using <math>z = z_{1 - \alpha/2} = z_{0.975} = 1.96</math>.
<math>\frac{
   \widehat{p\,} + \frac{z^2}{2n} + z
   \sqrt{
       \frac{\widehat{p\,}(1 - \widehat{p\,})}{n} +
       \frac{z^2}{4 n^2}
   }

}{

   1 + \frac{z^2}{n}

}</math>[26]

Comparison

The so-called "exact" (Clopper–Pearson) method is the most conservative.[20] (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.Шаблон:Clarify

Related distributions

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):[27]

<math>\begin{align}
 \operatorname P(Z=k) &= \sum_{i=0}^k\left[\binom{n}i p^i (1-p)^{n-i}\right]\left[\binom{m}{k-i} p^{k-i} (1-p)^{m-k+i}\right]\\
                      &= \binom{n+m}k p^k (1-p)^{n+m-k}

\end{align}</math>

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 <math>B(n+m, \bar{p}).\,</math>

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).[28]

Ratio of two binomial distributions

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

Let Шаблон:Nowrap and Шаблон:Nowrap be independent. Let Шаблон:Nowrap.

Then log(T) is approximately normally distributed with mean log(p1/p2) and variance Шаблон:Nowrap.

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).

Шаблон:Hidden begin Since <math> X \sim B(n, p) </math> and <math> Y \sim B(X, q) </math>, by the law of total probability,

<math>\begin{align}
  \Pr[Y = m] &= \sum_{k = m}^{n} \Pr[Y = m \mid X = k] \Pr[X = k] \\[2pt]
  &= \sum_{k=m}^n \binom{n}{k} \binom{k}{m} p^k q^m (1-p)^{n-k} (1-q)^{k-m}
\end{align}</math>

Since <math>\tbinom{n}{k} \tbinom{k}{m} = \tbinom{n}{m} \tbinom{n-m}{k-m},</math> the equation above can be expressed as

<math> \Pr[Y = m] = \sum_{k=m}^{n} \binom{n}{m} \binom{n-m}{k-m} p^k q^m (1-p)^{n-k} (1-q)^{k-m} </math>

Factoring <math> p^k = p^m p^{k-m} </math> and pulling all the terms that don't depend on <math> k </math> out of the sum now yields

<math>\begin{align}
  \Pr[Y = m] &= \binom{n}{m} p^m q^m \left( \sum_{k=m}^n \binom{n-m}{k-m} p^{k-m} (1-p)^{n-k} (1-q)^{k-m} \right) \\[2pt]
  &= \binom{n}{m} (pq)^m \left( \sum_{k=m}^n \binom{n-m}{k-m} \left(p(1-q)\right)^{k-m} (1-p)^{n-k}  \right)
\end{align}</math>

After substituting <math> i = k - m </math> in the expression above, we get

<math> \Pr[Y = m] = \binom{n}{m} (pq)^m \left( \sum_{i=0}^{n-m} \binom{n-m}{i} (p - pq)^i (1-p)^{n-m - i} \right) </math>

Notice that the sum (in the parentheses) above equals <math> (p - pq + 1 - p)^{n-m} </math> by the binomial theorem. Substituting this in finally yields

<math>\begin{align}
  \Pr[Y=m] &=  \binom{n}{m} (pq)^m (p - pq + 1 - p)^{n-m}\\[4pt]
  &= \binom{n}{m} (pq)^m (1-pq)^{n-m}
\end{align}</math>

and thus <math> Y \sim B(n, pq) </math> as desired. Шаблон:Hidden end

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.[30]

Normal approximation

Шаблон:See also

Файл:Binomial Distribution.svg
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

<math> \mathcal{N}(np,\,np(1-p)),</math>

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.[31] 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[31] is that for Шаблон:Nowrap the normal approximation is adequate if the absolute value of the skewness is strictly less than 0.3; that is, if
<math>\frac{|1-2p|}{\sqrt{np(1-p)}}=\frac1{\sqrt{n}}\left|\sqrt{\frac{1-p}p}-\sqrt{\frac{p}{1-p}}\,\right|<0.3.</math>

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
<math>\mu\pm3\sigma=np\pm3\sqrt{np(1-p)}\in(0,n).</math>
This 3-standard-deviation rule is equivalent to the following conditions, which also imply the first rule above.
<math>n>9 \left(\frac{1-p}{p} \right)\quad\text{and}\quad n>9\left(\frac{p}{1-p}\right).</math>

Шаблон:Hidden begin The rule <math> np\pm3\sqrt{np(1-p)}\in(0,n)</math> is totally equivalent to request that

<math>np-3\sqrt{np(1-p)}>0\quad\text{and}\quad np+3\sqrt{np(1-p)}<n.</math>

Moving terms around yields:

<math>np>3\sqrt{np(1-p)}\quad\text{and}\quad n(1-p)>3\sqrt{np(1-p)}.</math>

Since <math>0<p<1</math>, we can apply the square power and divide by the respective factors <math>np^2</math> and <math>n(1-p)^2</math>, to obtain the desired conditions:

<math>n>9 \left(\frac{1-p}p\right) \quad\text{and}\quad n>9 \left(\frac{p}{1-p}\right).</math>

Notice that these conditions automatically imply that <math>n>9</math>. On the other hand, apply again the square root and divide by 3,

<math>\frac{\sqrt{n}}3>\sqrt{\frac{1-p}p}>0 \quad \text{and} \quad \frac{\sqrt{n}}3 > \sqrt{\frac{p}{1-p}}>0.</math>

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

<math>\frac{\sqrt{n}}3>\sqrt{\frac{1-p}p}-\sqrt{\frac{p}{1-p}}>-\frac{\sqrt{n}}3;</math>

and so, the desired first rule is satisfied,

<math>\left|\sqrt{\frac{1-p}p}-\sqrt{\frac{p}{1-p}}\,\right|<\frac{\sqrt{n}}3.</math>

Шаблон:Hidden end

  • Another commonly used rule is that both values <math>np</math> and <math>n(1-p)</math> must be greater than[32][33] 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.

Шаблон:Hidden begin Assume that both values <math>np</math> and <math>n(1-p)</math> are greater than 9. Since <math>0< p<1</math>, we easily have that

<math>np\geq9>9(1-p)\quad\text{and}\quad n(1-p)\geq9>9p.</math>

We only have to divide now by the respective factors <math>p</math> and <math>1-p</math>, to deduce the alternative form of the 3-standard-deviation rule:

<math>n>9 \left(\frac{1-p}p\right) \quad\text{and}\quad n>9 \left(\frac{p}{1-p}\right).</math>

Шаблон:Hidden end

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.[34]

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

<math>\sigma = \sqrt{\frac{p(1-p)}{n}}</math>

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[35] such that np ≤ 1, or if n > 50 and p < 0.1 such that np < 5,[36] or if n ≥ 100 and np ≤ 10.[37][38]

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

Limiting distributions

<math>\frac{X-np}{\sqrt{np(1-p)}}</math>
approaches the normal distribution with expected value 0 and variance 1. This result is sometimes loosely stated by saying that the distribution of X is asymptotically normal with expected value 0 and variance 1. This result is a specific case of the central limit theorem.

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 Шаблон:Mvar successes given Шаблон:Mvar independent events each with a probability Шаблон:Mvar of success. Mathematically, when Шаблон:Math and Шаблон:Math, the beta distribution and the binomial distribution are related byШаблон:Clarification needed a factor of Шаблон:Math:

<math>\operatorname{Beta}(p;\alpha;\beta) = (n+1)B(k;n;p)</math>

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

<math>P(p;\alpha,\beta) = \frac{p^{\alpha-1}(1-p)^{\beta-1}}{\operatorname{Beta}(\alpha,\beta)}.</math>

Given a uniform prior, the posterior distribution for the probability of success Шаблон:Mvar given Шаблон:Mvar independent events with Шаблон:Mvar observed successes is a beta distribution.[41]

Random number generation

Шаблон:Further Methods for random number generation where the marginal distribution is a binomial distribution are well-established.[42][43] 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 Шаблон:Math for all values Шаблон:Mvar from Шаблон:Math through Шаблон:Mvar. (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.[44]

See also

Шаблон:Portal

References

Шаблон:ReflistШаблон:Reflist

Further reading

External links

Шаблон:Commons category

Шаблон:- Шаблон:ProbDistributions

  1. Шаблон:Cite book
  2. Шаблон:Cite book
  3. Шаблон:Cite book
  4. Шаблон:Cite journal
  5. See Proof Wiki
  6. Шаблон:Citation
  7. Шаблон:Citation
  8. Шаблон:Citation
  9. See also Шаблон:Cite web
  10. Шаблон:Cite journal
  11. Lord, Nick. (July 2010). "Binomial averages when the mean is an integer", The Mathematical Gazette 94, 331-332.
  12. 12,0 12,1 Шаблон:Cite journal
  13. Шаблон:Cite journal
  14. Шаблон:Cite journal
  15. 15,0 15,1 Шаблон:Cite journal
  16. Шаблон:Cite book
  17. Шаблон:Cite web
  18. Шаблон:Cite journal
  19. Шаблон:Cite journal
  20. 20,0 20,1 Шаблон:Citation
  21. Шаблон:Citation
  22. Шаблон:Cite web
  23. Шаблон:Cite web
  24. Шаблон:Cite book
  25. Шаблон:Citation
  26. Шаблон:Cite book
  27. Шаблон:Cite book
  28. Шаблон:Cite journal
  29. Шаблон:Cite journal
  30. Шаблон:Cite web
  31. 31,0 31,1 Шаблон:Cite book
  32. Шаблон:Cite book
  33. Шаблон:Cite web
  34. NIST/SEMATECH, "7.2.4. Does the proportion of defectives meet requirements?" e-Handbook of Statistical Methods.
  35. Шаблон:Cite web
  36. Шаблон:Cite book
  37. 37,0 37,1 NIST/SEMATECH, "6.3.3.1. Counts Control Charts", e-Handbook of Statistical Methods.
  38. Шаблон:Cite web
  39. Novak S.Y. (2011) Extreme value methods with applications to finance. London: CRC/ Chapman & Hall/Taylor & Francis. Шаблон:ISBN.
  40. Шаблон:Cite book
  41. Шаблон:Cite web
  42. Devroye, Luc (1986) Non-Uniform Random Variate Generation, New York: Springer-Verlag. (See especially Chapter X, Discrete Univariate Distributions)
  43. Шаблон:Cite journal
  44. Шаблон:Cite book
  45. Mandelbrot, B. B., Fisher, A. J., & Calvet, L. E. (1997). A multifractal model of asset returns. 3.2 The Binomial Measure is the Simplest Example of a Multifractal