<-- Previous || Up || Next -->

Negative Binomial CDF Function
Math Probability Class

Public Function NegativeBinomialCDF( _
      ByVal vNumFail As Variant _
    , ByVal vNumSuccess As Variant _
    , ByVal vProbSuccess As Variant _
    ) As Variant

Negative Binomial Cumulative Distribution Function

See also:
    NegativeBinomialPDF Function
    Declarations Topic
vNumFail: Number of failures. Number is rounded to the nearest integer. Function returns Null if vNumFail is less than or equal to zero (<=0).
vNumSuccess: Threshold number of successes. Number is truncated to the nearest integer. Function returns Null if vNumSuccess cannot be fixed up to a Double precision floating point number.
vProbSuccess: Probability of success. Function returns Null if vProbSuccess is not between 0 and 1 inclusive.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.