Click or drag to resize

DescriptiveStatisticsKurtosis Method

Overload List
  NameDescription
Public methodStatic memberKurtosis(IEnumerableDecimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableInt32)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableInt64)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableDecimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableInt32)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableInt64)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableDouble, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableDouble, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableSingle, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableSingle, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(Vector, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Top
See Also