DescriptiveStatisticsKurtosis Property |
Gets the sample kurtosis.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Kurtosis { get; }
Property Value
DoubleThe sample kurtosis.
Remarks Returns zero if
Count is less than four.
See Also