Negative Binomial Distribution Calculator

Find the probability of k failures before r successes.

P(X = k) 0.1875

Formula: P = C(k+r−1, k)·pʳ·(1−p)ᵏ

Step-by-step with your numbers:
1. Values used:
2. Target successes (r) = 3
3. Success probability = 0.5
4. Failures (k) = 2
5.
6. P(X = k) = 0.1875
Did we solve your problem today?

The negative binomial counts failures before achieving a set number of successes.

The math behind it

P(k failures before r successes) = C(k+r−1, k)·pʳ·(1−p)ᵏ.

Worked example

r 3, p 0.5, k 2 → P ≈ 0.1875.

FAQ

How is it different from binomial?

Binomial fixes the number of trials; this fixes the number of successes.