NEGBINOMDIST
Name
Negative binomial distribution
Description
Returns the negative binomial distribution.
Syntax
NEGBINOMDIST(x,r,p)
Remarks
This function has the following arguments:
| Argument | Description |
|---|---|
| x | An integer representing the number of failures in trials |
| r | An integer representing the threshold number of successes |
| p | Probability of success on each trial. A number between 0 and 1 |
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
NEGBINOMDIST(B1,C15,0.335)
NEGBINOMDIST(R1C2,R15C3,0.75)
NEGBINOMDIST(4,13,0.85)=0.111399299