CALC.negbinomdist(number_f, number_s, probability_s)

Returns the negative binomial distribution, the probability that there will be number_f failures before the number_s-th success, when the constant probability of a success is probability_s.

Example

CALC.negbinomdist(10, 5, 0.25);

// returns 0.05504

<< CALC.mode(array) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.pearson(array1, array2) >>