Summary
Weibull distribution point percent function (PPF).
Unit
Probabilities
Declaration
Function WeibullCDFInv(p: TSample; a, b: TSample): TSample;
Result
the Weibull distribution point percent function (PPF) for probability p using the parameters a and b. Probability p must lie on the interval [0,1] and parameters a and b must be positive numbers, otherwise the result is NAN. The inverse Weibull cumulative distribution function is defined by the following equation:

where I is the interval on which the inverse Weibull CDF is not zero.
Categories
Continuous probabilities
Declaration
Procedure WeibullCDFInv(P: TDenseMtxVec; A, B: TSample; Res: TDenseMtxVec);
Description
Calculates the inverse Weibull 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.
| Copyright 2008 Dew Research |
http://www.dewresearch.com