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