Summary
Logistic distribution point percent function (PPF).
Unit
Probabilities
Declaration
Function LogisticCDFInv(p, m, b: TSample): TSample;
Result
the Logistic distribution point percent function (PPF) for probability p using the parameters m, and b. Probability p must lie on the interval [0,1] and m, b must both be positive, otherwise the result is NAN. The inverse logistic cumulative distribution is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure LogisticCDFInv(P: TDenseMtxVec; m, b: TSample; Res: TDenseMtxVec);
Description
Calculates the inverse Logistic CDF for all P elements using the parameters Mu and Sigma. The results are stored in Res. It's size and Complex properties are adjusted automatically. If P is complex, an exception is raised.
| Copyright 2008 Dew Research |
http://www.dewresearch.com