RunningWeightedStatisticsSkewness Property |
Estimates the unbiased population skewness from the provided samples.
Will use the Bessel correction for reliability weighting.
Returns NaN if data has less than three entries or if any entry is NaN.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Skewness { get; }
Property Value
DoubleSee Also