RunningWeightedStatisticsKurtosis Property |
Estimates the unbiased population excess kurtosis from the provided samples.
Will use the Bessel correction for reliability weighting.
Returns NaN if data has less than four entries or if any entry is NaN.
Equivalent formula for this for weighted distributions are unknown.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double Kurtosis { get; }
Property Value
Double
See Also