You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > InverseGaussianCDFInv Method > Probabilities.InverseGaussianCDFInv Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.InverseGaussianCDFInv Method (double, double, double)

Inverse Gaussian distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double InverseGaussianCDFInv(double p, double Mu, double Lambda);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
double Mu 
Defines distribution Mu parameter. Mu must be a positive scalar. 
double 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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!