WeightedDescriptiveStatisticsSkewness Property |
Gets the unbiased estimator of the population skewness.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double Skewness { get; }
Property Value
DoubleThe sample skewness.
RemarksReturns zero if
Count is less than three.
See Also