Click or drag to resize

WeightedDescriptiveStatisticsKurtosis Property

Gets the unbiased estimator of the population excess kurtosis using the G_2 estimator.

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

Property Value

Double
The sample kurtosis.
Remarks
Returns zero if Count is less than four.
See Also