TransformedGammaDistribution.ShapeParameter1 Property

Gets the first shape parameter for the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double ShapeParameter1 { get; }

Property Value

Double
The first shape parameter for the distribution.

Remarks

This property is read-only.

See Also