Click or drag to resize

NMathFunctionsNaNKurtosis Method

Overload List
 NameDescription
Public methodStatic memberNaNKurtosis(Double) Calculates the biased kurtosis of the given data, excluding NaN values.
Public methodStatic memberNaNKurtosis(DoubleVector) Calculates the biased kurtosis of the given data, excluding NaN values.
Public methodStatic memberNaNKurtosis(IDFColumn) Calculates the biased kurtosis of the given data, excluding missing values.
Public methodStatic memberNaNKurtosis(Double, BiasType) Calculates the kurtosis of the given data, using the specified bias type and excluding NaN values.
Public methodStatic memberNaNKurtosis(DoubleVector, BiasType) Calculates the kurtosis of the given data, using the specified bias type and excluding NaN values.
Public methodStatic memberNaNKurtosis(IDFColumn, BiasType) Calculates the kurtosis of the given data, using the specified bias type and excluding missing values.
Top
See Also