Related Topics:

RENO Predefined Functions

negbinomdist

Description: Returns the negative binomial distribution. NEGBINOMDIST returns 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. This function is similar to the binomial distribution, except that the number of successes is fixed, and the number of trials is variable. Like the binomial, trials are assumed to be independent.

Syntax: negbinomdist(Number_F, Number_S, Probability_S, Cumulative)

Remarks:

where x is Number_F, r is Number_S, and p is Probability_S.

Note that I(z;a,b) is the regularized beta function.

Example:

Returns

 

© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.