Syntax
| Parameter | Description |
|---|---|
| failures | Parameter of the NEGBINOMDIST function. |
| successes | Parameter of the NEGBINOMDIST function. |
| prob | Parameter of the NEGBINOMDIST function. |
Examples
2 bad batches before 4 good ones
=NEGBINOMDIST(2, 4, 0.8)
5 misses before first hit
=NEGBINOMDIST(5, 1, 0.1)
0 failures before 3 successes
=NEGBINOMDIST(0, 3, 0.7)
Common Errors
Number_f must be >= 0, number_s must be >= 1, and probability must be between 0 and 1 exclusive of 0.
Occurs when arguments are non-numeric.
Tips
NEGBINOMDIST always returns the point probability (PMF). For cumulative probabilities, use NEGBINOM.DIST with cumulative=TRUE.
This is the compatibility version. Prefer NEGBINOM.DIST in new spreadsheets for the cumulative option and consistency.
The expected number of failures before achieving s successes is s*(1-p)/p. For s=5 and p=0.4, expect 5*0.6/0.4 = 7.5 failures on average.
Try NEGBINOMDIST in Viztab
Import your data and use NEGBINOMDIST with 370+ other formulas. No signup required.
Open Viztab