NEGBINOM.DIST
Returns the negative binomial distribution.
StatisticalStatistics & Analysis
What it does
Legacy negative binomial.
Syntax
NEGBINOMDIST(number_f, number_s, probability_s)
Arguments
number_f(number) β Failures.number_s(number) β Successes.probability_s(number) β Prob.
Examples
Legacy Neg Binom
Calculate.
FORMULA
=NEGBINOMDIST(10, 1, 0.5)
RESULT
0.00048
SAMPLE DATA
| A | |
|---|---|
| 1 | Args |
| 2 | (See Formula) |