Click or drag to resize

DescriptiveStatisticsKurtosisOrDefault Method

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