Calculate probabilities related to the number of trials needed to achieve a specified number of successes
k | P(X = k) | P(X ≤ k) |
---|
The negative binomial distribution models the number of trials needed to achieve a specified number of successes in a sequence of independent Bernoulli trials, each with the same probability of success.
where r is the number of successes, p is the probability of success on each trial, and k is the number of trials (k ≥ r).
The negative binomial distribution models the number of trials needed to achieve a specified number of successes (r) in a sequence of independent Bernoulli trials, where each trial has the same probability of success (p).
A random variable X follows a negative binomial distribution with parameters r and p, written as X ~ NB(r, p), if:
The negative binomial distribution is a generalization of the geometric distribution:
The negative binomial distribution can also be parameterized in terms of the number of failures before the rth success (Y = X - r), giving:
This parameterization is sometimes preferred in certain applications.
For large values of r, the negative binomial distribution can be approximated by a normal distribution with mean r/p and variance r(1-p)/p².
A salesperson has a 30% success rate on sales calls. What is the probability that exactly 8 calls are needed to make 3 sales?
This is a negative binomial distribution problem where:
The probability that exactly 8 calls are needed to make 3 sales is approximately 0.0953 or 9.53%.
An engineer tests electronic components until finding 4 defective ones. Each component has a 15% chance of being defective. What is the probability that the engineer needs to test at most 30 components?
This is a negative binomial distribution problem where:
Using the negative binomial CDF:
This sum is complex to calculate by hand, but using computational methods:
The probability that the engineer needs to test at most 30 components to find 4 defective ones is approximately 0.9322 or 93.22%.
A basketball player has a 40% free-throw success rate. On average, how many free throws must the player attempt to make 5 successful shots?
This is a negative binomial distribution problem where:
On average, the player will need to attempt 12.5 free throws to make 5 successful shots.
In a manufacturing process, each item has a 20% chance of requiring rework. What is the variance in the number of items that need to be inspected to find 10 items requiring rework?
This is a negative binomial distribution problem where:
The variance in the number of items that need to be inspected is 200, which means the standard deviation is √200 = 14.14 items.
1. A customer service representative resolves customer issues with a 25% success rate on the first attempt. What is the probability that exactly 12 attempts are needed to resolve 4 customer issues?
2. If r = 5 and p = 0.2, what is the expected number of trials needed to achieve 5 successes?
3. Which of the following is true about the negative binomial distribution?