Summary
Maxwell cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Procedure MaxwellCDF(X: TDenseMtxVec; a: TSample; Res: TDenseMtxVec);
Description
Calculates the Maxwell CDF for vector X 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 MaxwellCDF(x, a: TSample): TSample;
Result
the Maxwell cumulative distribution function (CDF) for value x using the parameter a. Parameter a must be positive, value x >= 0 , otherwise the result is NAN. The Maxwell cumulative distribution is defined by the following equation:

where
IGamma is incomplete Gamma function. The result of MaxwellCDF is the probability that a single observation from a Maxwell distribution with parameter a will fall in the interval [0,x].
Categories
Continuous probabilities| Copyright 2008 Dew Research |
http://www.dewresearch.com