Skip to content

Negative Binomial Distribution Calculator

Calculate the probability of exactly k failures before the r-th success, plus the cumulative probability, mean, and variance of a negative binomial distribution.

Inputs

Parameters

≥ 1
0 – 1

Results

Enter a value to see results.

Details

Probabilities

\begin{aligned} P(X=k) &= \binom{k+r-1}{k} \, p^r (1-p)^k \\ &= \binom{ 4+3-1 }{ 4 } \, 0.4^{ 3 } (1-0.4)^{ 4 } \\ &= ? \end{aligned}
\begin{aligned} P(X \leq k) &= \sum_{i=0}^{k} \binom{i+r-1}{i} \, p^r (1-p)^i \\ &= ? \end{aligned}
\begin{aligned} \mu &= \dfrac{r(1-p)}{p} \\ &= \dfrac{ 3(1-0.4) }{ 0.4 } \\ &= ? \end{aligned}
\begin{aligned} \sigma^2 &= \dfrac{r(1-p)}{p^2} \\ &= \dfrac{ 3(1-0.4) }{ 0.4^2 } \\ &= ? \end{aligned}

Distribution

PMF value 0

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?