Negative Binomial Formula:
From: | To: |
The negative binomial distribution describes the probability of having a given number of failures (r) before achieving a specified number of successes (k) in a series of independent Bernoulli trials, each with success probability p.
The calculator uses the negative binomial formula:
Where:
Explanation: The formula calculates the probability of having exactly r failures before the k-th success in a sequence of independent trials.
Details: Use this distribution when you want to know the probability of a certain number of failures before achieving a fixed number of successes, with constant probability of success in each trial.
Tips: Enter the number of failures (non-negative integer), number of successes (positive integer), and probability of success (between 0 and 1).
Q1: What's the difference between binomial and negative binomial?
A: Binomial counts successes in fixed trials, negative binomial counts failures until fixed successes.
Q2: What are typical applications?
A: Modeling counts like number of sales calls needed for k sales, or disease cases before vaccine success.
Q3: What if k=1?
A: When k=1, it becomes the geometric distribution.
Q4: Can r be zero?
A: Yes, r can be zero (probability of getting k successes immediately).
Q5: What's the expected value?
A: The mean is \( \frac{k(1-p)}{p} \), variance is \( \frac{k(1-p)}{p^2} \).