Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public InverseGaussianDistribution(
double scale
)
Public Sub New (
scale As Double
)
public:
InverseGaussianDistribution(
double scale
)
new :
scale : float -> InverseGaussianDistribution
Parameters
- scale
- Type: SystemDouble
The scale parameter. Must be
strictly greater than zero.
The location parameter is set to 1. A distribution with this value for the location parameter is also known as the
Wald distribution.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference