Click or drag to resize

WeightedDescriptiveStatisticsSkewness Property

Gets the unbiased estimator of the population skewness.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Skewness { get; }

Property Value

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