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

Maxwell point percent function (PPF).

Pascal
function MaxwellCDFInv(p: double; a: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Distribution parameter, positive real value. 

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.

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.

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