Click or drag to resize
StatisticsKurtosis Method
Overload List
  NameDescription
Public methodStatic memberKurtosis(IEnumerableDouble)
Estimates the unbiased population kurtosis from the provided samples. Uses a normalizer (Bessel's correction; type 2). Returns NaN if data has less than four entries or if any entry is NaN.
Public methodStatic memberKurtosis(IEnumerableNullableDouble)
Estimates the unbiased population kurtosis from the provided samples. Uses a normalizer (Bessel's correction; type 2). Returns NaN if data has less than four entries or if any entry is NaN. Null-entries are ignored.
Top
See Also