Negative Binomial Distribution
Modeling the number of trials needed to achieve a specified number of successes.
A Generalization of the Geometric Distribution
The Negative Binomial distribution answers the question: "How many trials will it take to get my -th success?" It is a generalization of the Geometric distribution, which is just the special case where .
In finance, a trader might use this to model how many trades it will take to achieve 10 winning trades. A venture capitalist could model how many startups they need to fund to get 3 successful exits.
The Formula
The probability that the -th success occurs on the -th trial is:
- is the total number of trials.
- is the desired number of successes.
- is the probability of success on a single trial.
Interactive Negative Binomial Distribution
Adjust the required number of successes () and the probability () to see how the distribution changes.