Click or drag to resize

DescriptiveStatistics.KurtosisOrDefault Method

Overload List
  NameDescription
Public methodStatic memberKurtosisOrDefault(IEnumerable<Decimal>, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Int32>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Int64>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Single>, 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 memberKurtosisOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Top
See Also