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

Inverse Gaussian distribution point percent function (PPF).

Pascal
function InverseGaussianCDFInv(p: double; Mu: double; Lambda: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Mu 
Defines distribution Mu parameter. Mu must be a positive scalar. 
Lambda 
Defines distribution Lambda parameter. Lambda must be a positive scalar. 

the inverse Gaussian distribution point percent function (PPF) for probability p using the parameters Mu and Lambda. Probability p must lie on the interval [0,1] and Mu, Lambda must both be positive, otherwise the result is NAN.

The inverse CDF is defined by the following equation: 

 

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