JohnsonDistribution.Gamma Property

Gets the shape parameter Gamma of the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Gamma { get; }

Property Value

Double
The parameter γ of the distribution.

Remarks

This property is read-only.

See Also