HypergeometricDistribution.Skewness Property

Gets the skewness of the distribution.

DefinitionPermalink

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

Property ValuePermalink

Double
The skewness of the distribution.

RemarksPermalink

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.

See AlsoPermalink