Dew MtxVec NET
LogWeibullCDFInv Routines
Summary
Log-Weibull distribution point percent function (PPF).

Unit
Probabilities

Declaration
Procedure LogWeibullCDFInv(P: TDenseMtxVec; a, b: TSample; Res: TDenseMtxVec);

Description
Calculates the inverse LogWeibull CDF for probability vector P using the parameters a and b. 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.
Declaration
Function LogWeibullCDFInv(p: TSample; a, b: TSample): TSample;
Result
the Log-Weibull distribution point percent function (PPF) for probability p using the parameters a and b. Probability p must lie on the interval [0,1], otherwise the result is NAN. Inverse Log-Weibull CDF is defined by the following equation:

Categories
Continuous probabilities
 See Also 
LogWeibullPDF 
LogWeibullCDF 

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