Transformed Gamma Distribution Constructor
Constructs a new TransformedGammaDistribution with the specified
shape and scale parameters.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public TransformedGammaDistribution(
double shape1,
double shape2,
double scale
)
Parameters
Remarks
All parameters must be strictly greater than zero.
Exceptions
Argument | shape1 is less than or equal to zero. -or- shape2 is less than or equal to zero. -or- scale is less than or equal to zero. |