InverseGaussianPDFLn Method | 
            Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
            
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static double PDFLn(
	double mu,
	double lambda,
	double x
)
Parameters
- mu  Double
 - The mean (μ) of the distribution. Range: μ > 0.
 - lambda  Double
 - The shape (λ) of the distribution. Range: λ > 0.
 - x  Double
 - The location at which to compute the log density.
 
Return Value
Doublethe log density at 
x.
See Also