Click or drag to resize
Accord.NET (logo)

InverseGaussianDistribution Constructor

Constructs a new Inverse Gaussian distribution.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public InverseGaussianDistribution(
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double mean,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double shape
)
Request Example View Source

Parameters

mean
Type: SystemDouble
The mean parameter mu.
shape
Type: SystemDouble
The shape parameter lambda.
See Also