Skip to content

Negative Binomial Probability Distribution Calculator

The Negative Binomial Probability Distribution Calculator finds the exact and cumulative probabilities. Input the number of successful trials, r, the probability of a successful trial, p, and the number of the trials, k. The calculator outputs the exact and all cumulative probabilities.

Negative Binomial Distribution: X ~ NB(r,p)

Understanding the Negative Binomial Distribution

Section titled “Understanding the Negative Binomial Distribution”

The negative binomial distribution is a discrete probability distribution that is used to find the probability that the rth successful trial occurs on the kth trial, the probability equation is given:

P(X=k)=(k1r1)pr(1p)krP(X = k) = \binom{k-1}{r-1} \cdot p^{r} \cdot (1-p)^{k-r}