Template:Short description Template:Negative binomial distribution

In probability theory and statistics, the negative binomial distribution is a discrete probability distribution that models the number of failures in a sequence of independent and identically distributed Bernoulli trials before a specified/constant/fixed number of successes <math>r</math> occur.<ref name="Wolfram">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> For example, we can define rolling a 6 on some dice as a success, and rolling any other number as a failure, and ask how many failure rolls will occur before we see the third success (<math>r=3</math>). In such a case, the probability distribution of the number of failures that appear will be a negative binomial distribution.

An alternative formulation is to model the number of total trials (instead of the number of failures). In fact, for a specified (non-random) number of successes Template:Math, the number of failures Template:Math is random because the number of total trials Template:Math is random. For example, we could use the negative binomial distribution to model the number of days Template:Mvar (random) a certain machine works (specified by Template:Mvar) before it breaks down.

The negative binomial distribution has a variance <math>\mu /p</math>, with the distribution becoming identical to Poisson in the limit <math>p\to 1</math> for a given mean <math>\mu</math> (i.e. when the failures are increasingly rare). Here <math>p\in [0,1]</math> is the success probability of each Bernoulli trial. This can make the distribution a useful overdispersed alternative to the Poisson distribution, for example for a robust modification of Poisson regression. In epidemiology, it has been used to model disease transmission for infectious diseases where the likely number of onward infections may vary considerably from individual to individual and from setting to setting.<ref>e.g. Template:Cite journal
The overdispersion parameter is usually denoted by the letter <math>k</math> in epidemiology, rather than <math>r</math> as here.</ref> More generally, it may be appropriate where events have positively correlated occurrences causing a larger variance than if the occurrences were independent, due to a positive covariance term.

The term "negative binomial" is likely due to the fact that a certain binomial coefficient that appears in the formula for the probability mass function of the distribution can be written more simply with negative numbers.<ref>Template:Cite book</ref>

DefinitionsEdit

Imagine a sequence of independent Bernoulli trials: each trial has two potential outcomes called "success" and "failure." In each trial the probability of success is <math>p</math> and of failure is <math>1-p</math>. We observe this sequence until a predefined number <math>r</math> of successes occurs. Then the random number of observed failures, <math>X</math>, follows the negative binomial distribution:

<math>
   X\sim\operatorname{NB}(r, p)
 </math>

Probability mass functionEdit

The probability mass function of the negative binomial distribution is

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

where Template:Mvar is the number of successes, Template:Mvar is the number of failures, and Template:Mvar is the probability of success on each trial.

Here, the quantity in parentheses is the binomial coefficient, and is equal to

<math>
   \binom{k+r-1}{k} = \frac{(k+r-1)!}{(r-1)!\,(k)!} = \frac{(k+r-1)(k+r-2)\dotsm(r)}{k!} = \frac{\Gamma(k + r)}{k!\ \Gamma(r)}.
 </math>

Note that Template:Math is the Gamma function.

There are Template:Mvar failures chosen from Template:Math trials rather than Template:Math because the last of the Template:Math trials is by definition a success.

This quantity can alternatively be written in the following manner, explaining the name "negative binomial":

<math>

\begin{align} & \frac{(k+r-1)\dotsm(r)}{k!} \\[10pt] = {} & (-1)^k \frac{\overbrace{(-r)(-r-1)(-r-2)\dotsm(-r-k+1)}^{k\text{ factors}}}{k!} = (-1)^k\binom{-r}{\phantom{-}k}. \end{align} </math>

Note that by the last expression and the binomial series, for every Template:Math and <math>q=1-p</math>,

<math>

p^{-r} = (1-q)^{-r} = \sum_{k=0}^\infty \binom{-r}{\phantom{-}k}(-q)^k = \sum_{k=0}^\infty \binom{k+r-1}{k}q^k </math>

hence the terms of the probability mass function indeed add up to one as below.

<math>

\sum_{k=0}^\infty \binom{k+r-1}{k}(1-p)^kp^r = p^{-r}p^r = 1 </math>

To understand the above definition of the probability mass function, note that the probability for every specific sequence of Template:Mvar successes and Template:Mvar failures is Template:Math, because the outcomes of the Template:Math trials are supposed to happen independently. Since the Template:Mvar-th success always comes last, it remains to choose the Template:Mvar trials with failures out of the remaining Template:Math trials. The above binomial coefficient, due to its combinatorial interpretation, gives precisely the number of all these sequences of length Template:Math.

Cumulative distribution functionEdit

The cumulative distribution function can be expressed in terms of the regularized incomplete beta function:<ref name="Wolfram" /><ref name="Cook" />

<math>
   F(k; r, p) \equiv \Pr(X\le k) = I_{p}(r, k+1).
 </math>

(This formula is using the same parameterization as in the article's table, with Template:Mvar the number of successes, and <math>p=r/(r+\mu)</math> with <math>\mu</math> the mean.)

It can also be expressed in terms of the cumulative distribution function of the binomial distribution:<ref>Morris K W (1963),A note on direct and inverse sampling, Biometrika, 50, 544–545.</ref>

<math>
   F(k; r, p) = F_\text{binomial}(k;n=k+r,1-p).
 </math>

Alternative formulationsEdit

Some sources may define the negative binomial distribution slightly differently from the primary one here. The most common variations are where the random variable Template:Mvar is counting different things. These variations can be seen in the table here:

Template:Mvar is counting... Probability mass function Formula Alternate formula

(using equivalent binomial)

Alternate formula

(simplified using: <math display="inline">n=k+r </math>)

Support
1 Template:Mvar failures, given Template:Mvar successes <math display="inline">f(k; r, p) \equiv \Pr(X = k) =

</math>

<math display="inline">\binom{k+r-1}{k} p^r(1-p)^k

</math><ref>{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref><ref name="Cook">{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref><ref>{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref>

<math display="inline">\binom{k+r-1}{r-1} p^r(1-p)^k

</math><ref name="Wolfram" /> <ref>SAS Institute, "Negative Binomial Distribution", SAS(R) 9.4 Functions and CALL Routines: Reference, Fourth Edition, SAS Institute, Cary, NC, 2016.</ref><ref name="Crawley 2012">Template:Cite book</ref><ref name=":0">{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref>

<math display="inline">\binom{n-1}{k} p^r(1-p)^k

</math>

<math>\text{for }k = 0, 1, 2, \ldots</math>
2 Template:Mvar trials, given Template:Mvar successes <math display="inline">f(n; r, p) \equiv \Pr(X = n) =

</math>

<math display="inline">\binom{n-1}{r-1} p^r(1-p)^{n-r}

</math><ref name="Cook" /><ref name=":0" /><ref>{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref><ref>{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref><ref>{{#invoke:citation/CS1|citation

CitationClass=web

}}</ref>

<math display="inline">\binom{n-1}{n-r} p^r(1-p)^{n-r}

</math>

<math>\text{for }n = r, r+1, r+2, \dotsc</math>
3 Template:Mvar trials, given Template:Mvar failures <math display="inline">f(n; r, p) \equiv \Pr(X = n) =

</math>

<math display="inline">\binom{n-1}{r-1} p^{n-r}(1-p)^{r}

</math>

<math display="inline">\binom{n-1}{n-r} p^{n-r}(1-p)^{r}

</math>

<math display="inline">\binom{n-1}{k} p^{k}(1-p)^{r}

</math>

4 Template:Mvar successes, given Template:Mvar failures <math display="inline">f(k; r, p) \equiv \Pr(X = k) =

</math>

<math display="inline">\binom{k+r-1}{k} p^k(1-p)^r

</math>

<math display="inline">\binom{k+r-1}{r-1} p^k(1-p)^r

</math>

<math>\text{for }k = 0, 1, 2, \ldots</math>
- Template:Mvar successes, given Template:Mvar trials <math display="inline">f(k; n, p) \equiv \Pr(X = k) = </math> This is the binomial distribution not the negative binomial: <math display="inline">\binom{n}{k} p^k(1-p)^{n-k}=\binom{n}{n-k} p^k(1-p)^{n-k}=\binom{n}{k} p^k(1-p)^{r}</math> <math>\text{for }k = 0, 1, 2, \dotsc, n</math>

Each of the four definitions of the negative binomial distribution can be expressed in slightly different but equivalent ways. The first alternative formulation is simply an equivalent form of the binomial coefficient, that is: <math display="inline"> \binom ab = \binom a{a-b} \quad \text{for }\ 0\leq b\leq a</math>. The second alternate formulation somewhat simplifies the expression by recognizing that the total number of trials is simply the number of successes and failures, that is: <math display="inline">n=r+k </math>. These second formulations may be more intuitive to understand, however they are perhaps less practical as they have more terms.

  • The definition where Template:Mvar is the number of Template:Mvar trials that occur for a given number of Template:Mvar successes is similar to the primary definition, except that the number of trials is given instead of the number of failures. This adds Template:Mvar to the value of the random variable, shifting its support and mean.
  • The definition where Template:Mvar is the number of Template:Mvar successes (or Template:Mvar trials) that occur for a given number of Template:Mvar failures is similar to the primary definition used in this article, except that numbers of failures and successes are switched when considering what is being counted and what is given. Note however, that Template:Mvar still refers to the probability of "success".
  • The definition of the negative binomial distribution can be extended to the case where the parameter Template:Mvar can take on a positive real value. Although it is impossible to visualize a non-integer number of "failures", we can still formally define the distribution through its probability mass function. The problem of extending the definition to real-valued (positive) Template:Mvar boils down to extending the binomial coefficient to its real-valued counterpart, based on the gamma function:
<math>
  \binom{k+r-1}{k} = \frac{(k+r-1)(k+r-2)\dotsm(r)}{k!} = \frac{\Gamma(k+r)}{k!\,\Gamma(r)}
 </math>
After substituting this expression in the original definition, we say that Template:Mvar has a negative binomial (or Pólya) distribution if it has a probability mass function:
<math>
   f(k; r, p) \equiv \Pr(X = k) = \frac{\Gamma(k+r)}{k!\,\Gamma(r)} (1-p)^k p^r \quad\text{for }k = 0, 1, 2, \dotsc
 </math>
Here Template:Mvar is a real, positive number.

In negative binomial regression,<ref name="neg bin reg2">Template:Cite book</ref> the distribution is specified in terms of its mean, <math display="inline">m=\frac{r(1-p)}{p}</math>, which is then related to explanatory variables as in linear regression or other generalized linear models. From the expression for the mean Template:Mvar, one can derive <math display="inline">p=\frac{r}{m+r}</math> and <math display="inline">1-p=\frac{m}{m+r}</math>. Then, substituting these expressions in [[#Extension to real-valued r|the one for the probability mass function when Template:Mvar is real-valued]], yields this parametrization of the probability mass function in terms of Template:Mvar:

<math>
   \Pr(X = k) = \frac{\Gamma(r+k)}{k! \, \Gamma(r)} \left(\frac{r}{r+m}\right)^r \left(\frac{m}{r+m}\right)^k \quad\text{for }k = 0, 1, 2, \dotsc
 </math>

The variance can then be written as <math display="inline">m+\frac{m^2}{r}</math>. Some authors prefer to set <math display="inline">\alpha = \frac{1}{r}</math>, and express the variance as <math display="inline">m+\alpha m^2</math>. In this context, and depending on the author, either the parameter Template:Mvar or its reciprocal Template:Mvar is referred to as the "dispersion parameter", "shape parameter" or "clustering coefficient",<ref>Template:Cite journal Template:Open access</ref> or the "heterogeneity"<ref name="neg bin reg2" /> or "aggregation" parameter.<ref name="Crawley 2012"/> The term "aggregation" is particularly used in ecology when describing counts of individual organisms. Decrease of the aggregation parameter Template:Mvar towards zero corresponds to increasing aggregation of the organisms; increase of Template:Mvar towards infinity corresponds to absence of aggregation, as can be described by Poisson regression.

Alternative parameterizationsEdit

Sometimes the distribution is parameterized in terms of its mean Template:Mvar and variance Template:Math:

<math>

\begin{align} & p =\frac{\mu}{\sigma^2}, \\[6pt] & r =\frac{\mu^2}{\sigma^2-\mu}, \\[3pt] & \Pr(X=k) = {k+\frac{\mu^2}{\sigma^2-\mu}-1 \choose k} \left(1-\frac{\mu}{\sigma^2}\right)^k \left(\frac \mu {\sigma^2}\right)^{\mu^2/(\sigma^2-\mu)} \\ & \operatorname{E}(X) = \mu \\ & \operatorname{Var}(X) = \sigma^2 . \end{align} </math>

Another popular parameterization uses Template:Mvar and the failure odds Template:Mvar:

<math>

\begin{align} & p = \frac{1}{1+\beta} \\ & \Pr(X=k) = {k+r-1 \choose k} \left(\frac{\beta}{1+\beta}\right)^k \left(\frac {1} {1+\beta}\right)^r \\ & \operatorname{E}(X) = r\beta \\ & \operatorname{Var}(X) = r\beta(1+\beta) . \end{align} </math>

ExamplesEdit

Length of hospital stayEdit

Hospital length of stay is an example of real-world data that can be modelled well with a negative binomial distribution via negative binomial regression.<ref name="carter">Template:Cite journal Template:Open access</ref><ref>Template:Cite journal</ref>

Selling candyEdit

Pat Collis is required to sell candy bars to raise money for the 6th grade field trip. Pat is (somewhat harshly) not supposed to return home until five candy bars have been sold. So the child goes door to door, selling candy bars. At each house, there is a 0.6 probability of selling one candy bar and a 0.4 probability of selling nothing.

What's the probability of selling the last candy bar at the Template:Mvar-th house?

Successfully selling candy enough times is what defines our stopping criterion (as opposed to failing to sell it), so Template:Mvar in this case represents the number of failures and Template:Mvar represents the number of successes. Recall that the Template:Math distribution describes the probability of Template:Mvar failures and Template:Mvar successes in Template:Math Template:Math trials with success on the last trial. Selling five candy bars means getting five successes. The number of trials (i.e. houses) this takes is therefore Template:Math. The random variable we are interested in is the number of houses, so we substitute Template:Math into a Template:Math mass function and obtain the following mass function of the distribution of houses (for Template:Math):

<math> f(n) = {(n-5) + 5 - 1 \choose n-5} \; (1-0.4)^5 \; 0.4^{n-5} = {n-1 \choose n-5} \; 3^5 \; \frac{2^{n-5}}{5^n}. </math>

What's the probability that Pat finishes on the tenth house?

<math> f(10) = \frac{979776}{9765625} \approx 0.10033. \, </math>

What's the probability that Pat finishes on or before reaching the eighth house?

To finish on or before the eighth house, Pat must finish at the fifth, sixth, seventh, or eighth house. Sum those probabilities:

<math> f(5) = \frac{243}{3125} \approx 0.07776 \, </math>
<math> f(6) = \frac{486}{3125} \approx 0.15552 \, </math>
<math> f(7) = \frac{2916}{15625} \approx 0.18662 \, </math>
<math> f(8) = \frac{13608}{78125} \approx 0.17418 \, </math>
<math>\sum_{j=5}^8 f(j) = \frac{46413}{78125} \approx 0.59409.</math>

What's the probability that Pat exhausts all 30 houses that happen to stand in the neighborhood?

This can be expressed as the probability that Pat does not finish on the fifth through the thirtieth house:

<math>1-\sum_{j=5}^{30} f(j) = 1 - I_{0.4}(5, 30-5+1) \approx 1 - 0.999999823 = 0.000000177. </math>

Because of the rather high probability that Pat will sell to each house (60 percent), the probability of her not fulfilling her quest is vanishingly slim.

PropertiesEdit

ExpectationEdit

The expected total number of trials needed to see Template:Mvar successes is <math>\frac{r}{p}</math>. Thus, the expected number of failures would be this value, minus the successes:

<math>

E[\operatorname{NB}(r, p)] = \frac{r}{p} - r = \frac{r(1-p)}{p} </math>

Expectation of successesEdit

The expected total number of failures in a negative binomial distribution with parameters Template:Math is Template:Math. To see this, imagine an experiment simulating the negative binomial is performed many times. That is, a set of trials is performed until Template:Mvar successes are obtained, then another set of trials, and then another etc. Write down the number of trials performed in each experiment: Template:Math and set Template:Math. Now we would expect about Template:Math successes in total. Say the experiment was performed Template:Mvar times. Then there are Template:Math successes in total. So we would expect Template:Math, so Template:Math. See that Template:Math is just the average number of trials per experiment. That is what we mean by "expectation". The average number of failures per experiment is Template:Math. This agrees with the mean given in the box on the right-hand side of this page.

A rigorous derivation can be done by representing the negative binomial distribution as the sum of waiting times. Let <math>X_r \sim\operatorname{NB}(r, p)</math> with the convention <math>X</math> represents the number of failures observed before <math>r</math> successes with the probability of success being <math>p</math>. And let <math>Y_i \sim Geom(p)</math> where <math>Y_i</math> represents the number of failures before seeing a success. We can think of <math>Y_i</math> as the waiting time (number of failures) between the <math>i</math>th and <math>(i-1)</math>th success. Thus

<math>

X_r = Y_1 + Y_2 + \cdots + Y_r. </math> The mean is

<math>

E[X_r] = E[Y_1] + E[Y_2] + \cdots + E[Y_r] = \frac{r(1-p)}{p}, </math> which follows from the fact <math>E[Y_i] = (1-p)/p</math>.

VarianceEdit

When counting the number of failures before the Template:Mvar-th success, the variance is Template:Math. When counting the number of successes before the Template:Mvar-th failure, as in alternative formulation (3) above, the variance is Template:Math.

Relation to the binomial theoremEdit

Suppose Template:Mvar is a random variable with a binomial distribution with parameters Template:Mvar and Template:Mvar. Assume Template:Math, with Template:Math, then

<math>1=1^n=(p+q)^n.</math>

Using Newton's binomial theorem, this can equally be written as:

<math>(p+q)^n=\sum_{k=0}^\infty \binom{n}{k} p^k q^{n-k},</math>

in which the upper bound of summation is infinite. In this case, the binomial coefficient

<math>\binom{n}{k} = {n(n-1)(n-2)\cdots(n-k+1) \over k! }.</math>

is defined when Template:Mvar is a real number, instead of just a positive integer. But in our case of the binomial distribution it is zero when Template:Math. We can then say, for example

<math>(p+q)^{8.3}=\sum_{k=0}^\infty \binom{8.3}{k} p^k q^{8.3 - k}.</math>

Now suppose Template:Math and we use a negative exponent:

<math>1=p^r\cdot p^{-r}=p^r (1-q)^{-r}=p^r \sum_{k=0}^\infty \binom{-r}{k} (-q)^k.</math>

Then all of the terms are positive, and the term

<math>p^r \binom{-r}{k} (-q)^k = \binom{k + r - 1}{k} p^rq^k</math>

is just the probability that the number of failures before the Template:Mvar-th success is equal to Template:Mvar, provided Template:Mvar is an integer. (If Template:Mvar is a negative non-integer, so that the exponent is a positive non-integer, then some of the terms in the sum above are negative, so we do not have a probability distribution on the set of all nonnegative integers.)

Now we also allow non-integer values of Template:Mvar.

Recall from above that

The sum of independent negative-binomially distributed random variables Template:Math and Template:Math with the same value for parameter Template:Mvar is negative-binomially distributed with the same Template:Mvar but with Template:Mvar-value Template:Math.

This property persists when the definition is thus generalized, and affords a quick way to see that the negative binomial distribution is infinitely divisible.

Recurrence relationsEdit

The following recurrence relations hold:

For the probability mass function

<math> \begin{cases}

(k+1) \Pr (X=k+1)-p \Pr (X=k) (k+r)=0, \\[5pt] \Pr (X=0)=(1-p)^r. \end{cases} </math>

For the moments <math>m_k = \mathbb E(X^k),</math>

<math> m_{k+1} = r P m_k + (P^2 + P) {d m_k \over dP}, \quad P:=(1-p)/p, \quad m_0=1.

</math>

For the cumulants

<math> \kappa_{k+1} = (Q-1)Q {d \kappa_k \over dQ}, \quad Q:=1/p, \quad \kappa_1=r(Q-1).

</math>

Related distributionsEdit

<math>\operatorname{Geom}(p) = \operatorname{NB}(1,\, p).\,</math>

Poisson distributionEdit

Consider a sequence of negative binomial random variables where the stopping parameter Template:Mvar goes to infinity, while the probability Template:Mvar of success in each trial goes to one, in such a way as to keep the mean of the distribution (i.e. the expected number of failures) constant. Denoting this mean as Template:Mvar, the parameter Template:Mvar will be Template:Math

<math>

\begin{align}

   \text{Mean:} \quad & \lambda = \frac{(1-p)r}{p} \quad \Rightarrow \quad p = \frac{r}{r+\lambda}, \\
   \text{Variance:} \quad & \lambda \left( 1 + \frac{\lambda}{r} \right) > \lambda, \quad \text{thus always overdispersed}.

\end{align}

 </math>

Under this parametrization the probability mass function will be

<math>
   f(k; r, p) = \frac{\Gamma(k+r)}{k!\cdot\Gamma(r)}(1-p)^k p^r = \frac{\lambda^k}{k!} \cdot \frac{\Gamma(r+k)}{\Gamma(r)\;(r+\lambda)^k} \cdot \frac{1}{\left(1+\frac{\lambda}{r}\right)^r}
 </math>

Now if we consider the limit as Template:Math, the second factor will converge to one, and the third to the exponent function:

<math>
   \lim_{r\to\infty} f(k; r, p) = \frac{\lambda^k}{k!} \cdot 1 \cdot \frac{1}{e^\lambda},
 </math>

which is the mass function of a Poisson-distributed random variable with expected value Template:Mvar.

In other words, the alternatively parameterized negative binomial distribution converges to the Poisson distribution and Template:Mvar controls the deviation from the Poisson. This makes the negative binomial distribution suitable as a robust alternative to the Poisson, which approaches the Poisson for large Template:Mvar, but which has larger variance than the Poisson for small Template:Mvar.

<math>
   \operatorname{Poisson}(\lambda) = \lim_{r \to \infty} \operatorname{NB} \left(r, \frac{r}{r + \lambda}\right).
 </math>

Gamma–Poisson mixtureEdit

The negative binomial distribution also arises as a continuous mixture of Poisson distributions (i.e. a compound probability distribution) where the mixing distribution of the Poisson rate is a gamma distribution. That is, we can view the negative binomial as a Template:Math distribution, where Template:Mvar is itself a random variable, distributed as a gamma distribution with shape Template:Mvar and scale Template:Math or correspondingly rate Template:Math.

To display the intuition behind this statement, consider two independent Poisson processes, "Success" and "Failure", with intensities Template:Mvar and Template:Math. Together, the Success and Failure processes are equivalent to a single Poisson process of intensity 1, where an occurrence of the process is a success if a corresponding independent coin toss comes up heads with probability Template:Mvar; otherwise, it is a failure. If Template:Mvar is a counting number, the coin tosses show that the count of successes before the Template:Mvar-th failure follows a negative binomial distribution with parameters Template:Mvar and Template:Mvar. The count is also, however, the count of the Success Poisson process at the random time Template:Mvar of the Template:Mvar-th occurrence in the Failure Poisson process. The Success count follows a Poisson distribution with mean Template:Math, where Template:Mvar is the waiting time for Template:Mvar occurrences in a Poisson process of intensity Template:Math, i.e., Template:Mvar is gamma-distributed with shape parameter Template:Mvar and intensity Template:Math. Thus, the negative binomial distribution is equivalent to a Poisson distribution with mean Template:Math, where the random variate Template:Mvar is gamma-distributed with shape parameter Template:Mvar and intensity Template:Math. The preceding paragraph follows, because Template:Math is gamma-distributed with shape parameter Template:Mvar and intensity Template:Math.

The following formal derivation (which does not depend on Template:Mvar being a counting number) confirms the intuition.

<math>\begin{align}

& \int_0^\infty f_{\operatorname{Poisson}(\lambda)}(k) \times f_{\operatorname{Gamma}\left(r,\, \frac{p}{1-p}\right)}(\lambda) \, \mathrm{d}\lambda \\[8pt] = {} & \int_0^\infty \frac{\lambda^k}{k!} e^{-\lambda} \times \frac 1 {\Gamma(r)} \left(\frac{p}{1-p} \lambda \right)^{r-1} e^{- \frac{p}{1-p} \lambda} \, \left( \frac p{1-p} \, \right)\mathrm{d}\lambda \\[8pt] = {} & \left(\frac{p}{1-p}\right)^r \frac{1}{k!\,\Gamma(r)} \int_0^\infty \lambda^{r+k-1} e^{-\lambda \frac{p+1-p}{1-p}} \;\mathrm{d}\lambda \\[8pt] = {} & \left(\frac{p}{1-p}\right)^r \frac{1}{k!\,\Gamma(r)} \Gamma(r+k) (1-p)^{k+r} \int_0^\infty f_{\operatorname{Gamma}\left(k+r, \frac{1}{1-p}\right)}(\lambda) \;\mathrm{d}\lambda \\[8pt] = {} & \frac{\Gamma(r+k)}{k!\;\Gamma(r)} \; (1-p)^k \,p^r \\[8pt] = {} & f(k; r, p). \end{align}</math>

Because of this, the negative binomial distribution is also known as the gamma–Poisson (mixture) distribution. The negative binomial distribution was originally derived as a limiting case of the gamma-Poisson distribution.<ref name="Greenwood1920">Template:Cite journal</ref>

Distribution of a sum of geometrically distributed random variablesEdit

If Template:Math is a random variable following the negative binomial distribution with parameters Template:Mvar and Template:Mvar, and support Template:Math, then Template:Math is a sum of Template:Mvar independent variables following the geometric distribution (on Template:Math) with parameter Template:Mvar. As a result of the central limit theorem, Template:Math (properly scaled and shifted) is therefore approximately normal for sufficiently large Template:Mvar.

Furthermore, if Template:Math is a random variable following the binomial distribution with parameters Template:Math and Template:Mvar, then

<math>

\begin{align} \Pr(Y_r \leq s) & {} = 1 - I_p(s+1, r) \\[5pt] & {} = 1 - I_{p}((s+r)-(r-1), (r-1)+1) \\[5pt] & {} = 1 - \Pr(B_{s+r} \leq r-1) \\[5pt] & {} = \Pr(B_{s+r} \geq r) \\[5pt] & {} = \Pr(\text{after } s+r \text{ trials, there are at least } r \text{ successes}). \end{align} </math>

In this sense, the negative binomial distribution is the "inverse" of the binomial distribution.

The sum of independent negative-binomially distributed random variables Template:Math and Template:Math with the same value for parameter Template:Mvar is negative-binomially distributed with the same Template:Mvar but with Template:Mvar-value Template:Math.

The negative binomial distribution is infinitely divisible, i.e., if Template:Mvar has a negative binomial distribution, then for any positive integer Template:Mvar, there exist independent identically distributed random variables Template:Math whose sum has the same distribution that Template:Mvar has.

Representation as compound Poisson distributionEdit

The negative binomial distribution Template:Math can be represented as a compound Poisson distribution: Let <math display=inline> (Y_n)_{n\,\in\,\mathbb N} </math> denote a sequence of independent and identically distributed random variables, each one having the logarithmic series distribution Template:Math, with probability mass function

<math> f(k; r, p) = \frac{-p^k}{k\ln(1-p)},\qquad k\in{\mathbb N}.</math>

Let Template:Mvar be a random variable, independent of the sequence, and suppose that Template:Mvar has a Poisson distribution with mean Template:Math. Then the random sum

<math>X=\sum_{n=1}^N Y_n</math>

is Template:Math-distributed. To prove this, we calculate the probability generating function Template:Math of Template:Mvar, which is the composition of the probability generating functions Template:Math and Template:Math. Using

<math>G_N(z)=\exp(\lambda(z-1)),\qquad z\in\mathbb{R},</math>

and

<math>G_{Y_1}(z)=\frac{\ln(1-pz)}{\ln(1-p)},\qquad |z|<\frac1p,</math>

we obtain

<math>

\begin{align}G_X(z) & =G_N(G_{Y_1}(z))\\[4pt] &=\exp\biggl(\lambda\biggl(\frac{\ln(1-pz)}{\ln(1-p)}-1\biggr)\biggr)\\[4pt] &=\exp\bigl(-r(\ln(1-pz)-\ln(1-p))\bigr)\\[4pt] &=\biggl(\frac{1-p}{1-pz}\biggr)^r,\qquad |z|<\frac1p, \end{align} </math>

which is the probability generating function of the Template:Math distribution.

The following table describes four distributions related to the number of successes in a sequence of draws:

With replacements No replacements
Given number of draws binomial distribution hypergeometric distribution
Given number of failures negative binomial distribution negative hypergeometric distribution

(a,b,0) class of distributionsEdit

The negative binomial, along with the Poisson and binomial distributions, is a member of the [[(a,b,0) class of distributions|Template:Math class of distributions]]. All three of these distributions are special cases of the Panjer distribution. They are also members of a natural exponential family.

Statistical inferenceEdit

Parameter estimationEdit

MVUE for pEdit

Suppose Template:Mvar is unknown and an experiment is conducted where it is decided ahead of time that sampling will continue until Template:Mvar successes are found. A sufficient statistic for the experiment is Template:Mvar, the number of failures.

In estimating Template:Mvar, the minimum variance unbiased estimator is

<math>\widehat{p}=\frac{r-1}{r+k-1}.</math>

Maximum likelihood estimationEdit

When Template:Mvar is known, the maximum likelihood estimate of Template:Mvar is

<math>\widetilde{p}=\frac{r}{r+k},</math>

but this is a biased estimate. Its inverse Template:Math, is an unbiased estimate of Template:Math, however.<ref>Template:Cite journal</ref>

When Template:Mvar is unknown, the maximum likelihood estimator for Template:Mvar and Template:Mvar together only exists for samples for which the sample variance is larger than the sample mean.<ref name="aramidis1999">Template:Cite journal</ref> The likelihood function for Template:Mvar iid observations Template:Math is

<math>L(r,p)=\prod_{i=1}^N f(k_i;r,p)\,\!</math>

from which we calculate the log-likelihood function

<math>\ell(r,p) = \sum_{i=1}^N \ln(\Gamma(k_i + r)) - \sum_{i=1}^N \ln(k_i !) - N\ln(\Gamma(r)) + \sum_{i=1}^N k_i \ln(1-p) + Nr \ln(p).</math>

To find the maximum we take the partial derivatives with respect to Template:Mvar and Template:Mvar and set them equal to zero:

<math>\frac{\partial \ell(r,p)}{\partial p} = -\left[\sum_{i=1}^N k_i \frac{1}{1-p}\right] + Nr \frac{1}{p} = 0</math> and
<math>\frac{\partial \ell(r,p)}{\partial r} = \left[\sum_{i=1}^N \psi(k_i + r)\right] - N\psi(r) + N\ln(p) = 0</math>

where

<math>\psi(k) = \frac{\Gamma'(k)}{\Gamma(k)} \!</math> is the digamma function.

Solving the first equation for Template:Mvar gives:

<math>p = \frac{Nr} {Nr + \sum_{i=1}^N k_i}</math>

Substituting this in the second equation gives:

<math>\frac{\partial \ell(r,p)}{\partial r} = \left[\sum_{i=1}^N \psi(k_i + r)\right] - N\psi(r) + N\ln\left(\frac{r}{r + \sum_{i=1}^N k_i/N}\right) = 0</math>

This equation cannot be solved for Template:Mvar in closed form. If a numerical solution is desired, an iterative technique such as Newton's method can be used. Alternatively, the expectation–maximization algorithm can be used.<ref name="aramidis1999" />

Occurrence and applicationsEdit

Waiting time in a Bernoulli processEdit

Let Template:Mvar and Template:Mvar be integers with Template:Mvar non-negative and Template:Mvar positive. In a sequence of independent Bernoulli trials with success probability Template:Mvar, the negative binomial gives the probability of Template:Mvar successes and Template:Mvar failures, with a failure on the last trial. Therefore, the negative binomial distribution represents the probability distribution of the number of successes before the Template:Mvar-th failure in a Bernoulli process, with probability Template:Mvar of successes on each trial.

Consider the following example. Suppose we repeatedly throw a die, and consider a 1 to be a failure. The probability of success on each trial is 5/6. The number of successes before the third failure belongs to the infinite set Template:Math. That number of successes is a negative-binomially distributed random variable.

When Template:Math we get the probability distribution of number of successes before the first failure (i.e. the probability of the first failure occurring on the Template:Math-st trial), which is a geometric distribution:

<math>
   f(k; r, p) = (1-p) \cdot p^k \!
 </math>

Overdispersed PoissonEdit

The negative binomial distribution, especially in its alternative parameterization described above, can be used as an alternative to the Poisson distribution. It is especially useful for discrete data over an unbounded positive range whose sample variance exceeds the sample mean. In such cases, the observations are overdispersed with respect to a Poisson distribution, for which the mean is equal to the variance. Hence a Poisson distribution is not an appropriate model. Since the negative binomial distribution has one more parameter than the Poisson, the second parameter can be used to adjust the variance independently of the mean. See Cumulants of some discrete probability distributions.

An application of this is to annual counts of tropical cyclones in the North Atlantic or to monthly to 6-monthly counts of wintertime extratropical cyclones over Europe, for which the variance is greater than the mean.<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref> In the case of modest overdispersion, this may produce substantially similar results to an overdispersed Poisson distribution.<ref>Template:Cite book</ref><ref>Template:Cite book</ref>

Negative binomial modeling is widely employed in ecology and biodiversity research for analyzing count data where overdispersion is very common. This is because overdispersion is indicative of biological aggregation, such as species or communities forming clusters. Ignoring overdispersion can lead to significantly inflated model parameters, resulting in misleading statistical inferences. The negative binomial distribution effectively addresses overdispersed counts by permitting the variance to vary quadratically with the mean. An additional dispersion parameter governs the slope of the quadratic term, determining the severity of overdispersion. The model's quadratic mean-variance relationship proves to be a realistic approach for handling overdispersion, as supported by empirical evidence from many studies. Overall, the NB model offers two attractive features: (1) the convenient interpretation of the dispersion parameter as an index of clustering or aggregation, and (2) its tractable form, featuring a closed expression for the probability mass function.<ref> Template:Cite journal </ref>

In genetics, the negative binomial distribution is commonly used to model data in the form of discrete sequence read counts from high-throughput RNA and DNA sequencing experiments.<ref> Template:Cite journal </ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref> Template:Cite conference </ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

In epidemiology of infectious diseases, the negative binomial has been used as a better option than the Poisson distribution to model overdispersed counts of secondary infections from one infected case (super-spreading events).<ref>Template:Cite journal</ref>

Multiplicity observations (physics)Edit

The negative binomial distribution has been the most effective statistical model for a broad range of multiplicity observations in particle collision experiments, e.g., <math>p\bar p,\ hh,\ hA,\ AA,\ e^{+}e^-</math> <ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref> (See <ref>Template:Cite book</ref> for an overview), and is argued to be a scale-invariant property of matter,<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref> providing the best fit for astronomical observations, where it predicts the number of galaxies in a region of space.<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref> The phenomenological justification for the effectiveness of the negative binomial distribution in these contexts remained unknown for fifty years, since their first observation in 1973.<ref>Template:Cite journal</ref> In 2023, a proof from first principles was eventually demonstrated by Scott V. Tezlaf, where it was shown that the negative binomial distribution emerges from symmetries in the dynamical equations of a canonical ensemble of particles in Minkowski space.<ref name=":1">Template:Cite journal</ref> Roughly, given an expected number of trials <math>\langle n \rangle</math> and expected number of successes <math>\langle r \rangle</math>, where

<math>\langle \mathcal{n} \rangle - \langle r \rangle = k, \quad \quad \langle p \rangle = \frac{\langle r \rangle}{\langle \mathcal{n} \rangle} \quad\quad \quad \implies \quad\quad \quad

\langle \mathcal{n} \rangle = \frac{k}{1-\langle p \rangle}, \quad \quad \langle {r} \rangle = \frac{k\langle p \rangle}{1 - \langle p \rangle},</math>

an isomorphic set of equations can be identified with the parameters of a relativistic current density of a canonical ensemble of massive particles, via

<math>c^2\langle \rho^2 \rangle - \langle j^2 \rangle = c^2\rho_0^2, \quad \quad \quad \langle \beta^2_v \rangle = \frac{\langle j^2 \rangle}{c^2\langle \rho^2 \rangle} \quad \quad \implies \quad \quad

c^2\langle \rho^2 \rangle = \frac{c^2\rho_0^2}{1-\langle \beta^2_v \rangle}, \quad \quad \quad \langle j^2 \rangle = \frac{c^2\rho_0^2 \langle \beta^2_v \rangle}{1-\langle \beta^2_v \rangle},</math>

where <math>\rho_0</math> is the rest density, <math>\langle \rho ^2 \rangle</math> is the relativistic mean square density, <math>\langle j ^2 \rangle</math> is the relativistic mean square current density, and <math>\langle \beta^2_v \rangle=\langle v^2 \rangle /c^2</math>, where <math>\langle v ^2 \rangle</math> is the mean square speed of the particle ensemble and <math>c</math> is the speed of light—such that one can establish the following bijective map:

<math>c^2\rho_0^2 \mapsto k, \quad \quad \langle \beta^2_v \rangle \mapsto \langle p \rangle, \quad \quad c^2\langle\rho^2 \rangle \mapsto \langle \mathcal{n} \rangle, \quad \quad \langle j^2 \rangle \mapsto \langle r \rangle.</math>

A rigorous alternative proof of the above correspondence has also been demonstrated through quantum mechanics via the Feynman path integral.<ref name=":1" />

HistoryEdit

This distribution was first studied in 1713 by Pierre Remond de Montmort in his Essay d'analyse sur les jeux de hazard, as the distribution of the number of trials required in an experiment to obtain a given number of successes.<ref name="Montmort1713">Montmort PR de (1713) Essai d'analyse sur les jeux de hasard. 2nd ed. Quillau, Paris</ref> It had previously been mentioned by Pascal.<ref name="Pascal1679">Pascal B (1679) Varia Opera Mathematica. D. Petri de Fermat. Tolosae</ref>

See alsoEdit

ReferencesEdit

Template:Reflist

Template:ProbDistributions