Click or drag to resize

WaldDistributionSkewness Property

Gets the skewness of the distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double Skewness { get; }

Property Value

Type: 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