Summary
Maxwell distribution point percent function (PPF).
Unit
Probabilities
Declaration
Procedure MaxwellCDFInv(P: TDenseMtxVec; a: TSample; Res: TDenseMtxVec);
Description
Calculates the inverse Maxwell CDF for probability vector P using the parameter a. 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 MaxwellCDFInv(p, a: TSample): TSample;
Result
the Maxwell distribution point percent function (PPF) for probabilty p using the parameter a. Parameter a must be positive and probabilty p must lie on the interval [0,1], otherwise the result is NAN. The inverse Maxwell cumulative distribution is defined by the following equation:

The result of MaxwellCDFInv is the solution of the integral equation of the
MaxwellCDF with parameter a and with the desired probability p.
Categories
Continuous probabilities| Copyright 2008 Dew Research |
http://www.dewresearch.com