Click or drag to resize

InverseGaussian Constructor

Initializes a new instance of the InverseGaussian class.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public InverseGaussian(
	double mu,
	double lambda,
	Random randomSource = null
)

Parameters

mu  Double
The mean (μ) of the distribution. Range: μ > 0.
lambda  Double
The shape (λ) of the distribution. Range: λ > 0.
randomSource  Random  (Optional)
The random number generator which is used to draw random samples.
See Also