LogisticDistributionSkewness Property

Gets the skewness of the distribution.

Definition

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public override double Skewness { get; }

Property Value

Double

Remarks

The skewness of a distribution is a measurement of its asymmetry about its mean. It is the third moment about the mean, measured in units of the cubed standard deviation.

See Also