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

Inverse Gaussian probability density function (PDF).

Syntax
C#
Visual Basic
public static double InverseGaussianPDF(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 PDF for value x using parameters Mu and Lambda, where both Mu and Lambda are positive scalars.

Calculates the inverse Gaussian distribution probability density function, defined by the following equation: 

 

where Mu>0 and Lambda>0.

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