Johnson Distribution.Skewness Property
Gets the skewness of the distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The skewness of the distribution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double Skewness { get; }
Property Value
DoubleThe skewness of the distribution.
Remarks
The skewness of a distribution is a number that indicates the degree of asymmetry of the distribution. If the distribution has a longer tail on the left side of the maximum, the skewness is negative. Otherwise, the skewness is positive.
For the bounded distribution SB, the skewness is evaluated numerically the first time the property is called.