Inverse Gamma Distribution Constructor
Constructs a new InverseGammaDistribution with the specified
shape and scale parameter.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public InverseGammaDistribution(
double shape,
double scale
)
Parameters
Exceptions
Argument | shape is less than or equal to zero. -or- scale is less than zero. |