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

Inverse Gaussian cumulative distribution function (CDF).

Pascal
function InverseGaussianCDF(x: double; Mu: double; Lambda: double): double; overload;
Parameters 
Description 
Function domain, positive real value. 
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 CDF for value x using parameters Mu and Lambda, where both Mu and Lambda are positive scalars.

Inverse Gaussian CDFis defined by the following equation: 

 

where Mu and Lambda are both positive real numbers.

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