Modeling the number of trials needed to achieve a specified number of successes.
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.