| StatisticsPopulationKurtosis Method |
| Name | Description | |
|---|---|---|
| PopulationKurtosis(IEnumerableDouble) |
Evaluates the kurtosis 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 three entries or if any entry is NaN.
| |
| PopulationKurtosis(IEnumerableNullableDouble) |
Evaluates the kurtosis 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 three entries or if any entry is NaN.
Null-entries are ignored.
|