The NEGBINOMDIST function is one of the statistical functions. It is used to return the negative binomial distribution.
Syntax
NEGBINOMDIST(number_f, number_s, probability_s)
The NEGBINOMDIST function has the following arguments:
| Argument | Description |
|---|
| number_f | The number of failures, a numeric value greater than or equal to 0. |
| number_s | The threshold number of successes, a numeric value greater than or equal to 1. |
| probability_s | The success propability of each trial, a numeric value greater than 0, but less than 1. |
Notes
How to apply the NEGBINOMDIST function.
Examples
The figure below displays the result returned by the NEGBINOMDIST function.
