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

Inverse Gaussian cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double InverseGaussianCDF(double x, double Mu, double Lambda);
Parameters 
Description 
double x 
Function domain, positive real value. 
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 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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!