Dew MtxVec NET
NegBinomCDFInv Routines
Summary
Negative binomial distribution point percent function (PPF).

Unit
Probabilities

Declaration
Function NegBinomCDFInv(y: TSample; R: TSample; P: TSample): TSample;
Result
the Negative binomial distribution point percent function (PPF) for probability y using the parameters R (number of success) and p (probability of success). Probabilities p and y must lie on the interval [0,1], and R must be greater or equal than one, otherwise the result is NAN.
The result of NegBinomCDFinv is the least integer such that the negative binomial CDF evaluated at result equals or exceeds y.
Categories
Discrete probabilities
 See Also 
NegBinomPDF 
NegBinomCDF 

Declaration
Procedure NegBinomCDFInv(Y: TDenseMtxVec; R: TSample; P: TSample; Res: TDenseMtxVec);

Description
Calculates the inverse Negative binomial CDF for probability vector Y using the parameters R and P. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.

Copyright 2008 Dew Research
http://www.dewresearch.com