| DescriptiveStatisticsSkewness Property |
Gets the sample skewness.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public double Skewness { get; }
Property Value
Type:
DoubleThe sample skewness.
Remarks Returns zero if
Count is less than three.
See Also