NEGBINOMDIST function
NEGBINOMDIST(FailureCount, SuccessThreshold, Probability,
IsCumulative) NEGBINOMDIST(FailureCount; SuccessThreshold; Probability;
IsCumulative)
FailureCount
Number or { Number }
The number of failures in a set of trials.
SuccessThreshold
Number or { Number }
The threshold number of successes.
Probability
Number or { Number }
The probability of success in each trial.
IsCumulative
Logical or { Logical }
FALSE to calculate the probability density function and TRUE to calculate the cumulative distribution function.
Returns
Number or { Number }
A probability for a negative binomial distribution.
This function is a compatibility alias for NEGBINOM.DIST. Use NEGBINOM.DIST for new projects.