DescriptiveStatisticsKurtosis Method |
Name | Description | |
---|---|---|
Kurtosis(IEnumerableDecimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableInt32) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableInt64) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableNullableDecimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableNullableInt32) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableNullableInt64) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableDouble, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableNullableDouble, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableNullableSingle, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(IEnumerableSingle, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
Kurtosis(Vector, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
KurtosisTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|