Click or drag to resize
DescriptiveStatisticsSkewness Property
Gets the sample skewness.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public double Skewness { get; }

Property Value

Type: Double
The sample skewness.
Remarks
Returns zero if Count is less than three.
See Also