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