Click or drag to resize

NMathFunctionsKurtosis Method

Overload List
 NameDescription
Public methodStatic memberKurtosis(Double) Calculates the biased kurtosis of the given data.
Public methodStatic memberKurtosis(DoubleVector) Calculates the biased kurtosis of the given data.
Public methodStatic memberKurtosis(IDFColumn) Calculates the biased kurtosis of the given data.
Public methodStatic memberKurtosis(Int32) Calculates the biased kurtosis of the given data.
Public methodStatic memberKurtosis(Double, BiasType) Calculates the kurtosis of the given data, using the specified bias type.
Public methodStatic memberKurtosis(DoubleVector, BiasType) Calculates the kurtosis of the given data, using the specified bias type.
Public methodStatic memberKurtosis(IDFColumn, BiasType) Calculates the kurtosis of the given data, using the specified bias type.
Public methodStatic memberKurtosis(Int32, BiasType) Calculates the kurtosis of the given data, using the specified bias type.
Top
See Also