You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.MaxwellCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.MaxwellCDF Function

Maxwell cumulative distribution function (CDF).

Pascal
function MaxwellCDF(x: double; a: double): double; overload;
Parameters 
Description 
Function domain, zero or positive real value. 
Distribution parameter, positive real value. 

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.

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].

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!