Click or drag to resize
StatisticsPopulationSkewness Method
Overload List
  NameDescription
Public methodStatic memberPopulationSkewness(IEnumerableDouble)
Evaluates the skewness from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than two entries or if any entry is NaN.
Public methodStatic memberPopulationSkewness(IEnumerableNullableDouble)
Evaluates the skewness from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than two entries or if any entry is NaN. Null-entries are ignored.
Top
See Also