The negative binomial distribution models repeated independent Bernoulli trials until a fixed number of successes occurs. This cheat sheet helps students recognize the setup, choose the correct parameterization, and compute probabilities accurately. It is especially useful in college statistics courses because the distribution appears in reliability, quality control, biology, and repeated sampling problems.
The two most common forms count either the total number of trials needed to get successes or the number of failures before the th success. The probability mass function uses a binomial coefficient to count possible trial sequences and a power of for successes. The mean and variance depend strongly on the success probability , so interpreting the parameters is as important as substituting into formulas.
Key Facts
- If is the total number of trials needed to get successes with success probability , then has support .
- For the trials-counting form, the PMF is for .
- If is the number of failures before the th success, then and the support is .
- For the failures-counting form, the PMF is for .
- For equal to total trials, the mean is and the variance is .
- For equal to failures before successes, the mean is and the variance is .
- When , the negative binomial distribution reduces to the geometric distribution, with for .
- The trials must be independent, each trial must have the same success probability , and the process must stop when the th success occurs.
Vocabulary
- Bernoulli trial
- A Bernoulli trial is a random trial with exactly two outcomes, usually called success and failure, where the success probability is .
- Success probability
- The success probability is the fixed probability that one independent trial results in a success.
- Negative binomial distribution
- A negative binomial distribution gives probabilities for the number of trials or failures needed to obtain a fixed number of successes.
- Support
- The support is the set of possible values a random variable can take, such as for total trials.
- Probability mass function
- A probability mass function assigns a probability to each possible value of a discrete random variable.
- Parameterization
- A parameterization is the chosen way to define the random variable, such as counting total trials or failures before the th success.
Common Mistakes to Avoid
- Using the wrong support, such as allowing , is wrong because at least trials are required to get successes.
- Confusing total trials with failures is wrong because and differ by , so and their means are different.
- Using instead of in the trials-counting PMF is wrong because the last trial must be the th success.
- Swapping and is wrong because the exponent on counts successes and the exponent on counts failures.
- Applying the negative binomial model when trials are not independent or changes is wrong because the standard PMF assumes identical independent Bernoulli trials.
Practice Questions
- 1 Let be the total number of trials needed to get successes when . Find .
- 2 Let be the number of failures before the th success when . Find and .
- 3 A basketball player makes each free throw independently with probability . What is the probability that the player makes the th successful free throw on the th attempt?
- 4 Explain why the last trial must be a success in the PMF when counts total trials until the th success.