Overload List

  NameDescription
NaNKurtosis(DoubleVector)
Calculates the biased kurtosis of the given data, excluding NaN values.
NaNKurtosis(IDFColumn)
Calculates the biased kurtosis of the given data, excluding missing values.
NaNKurtosis(array<Double>[]()[])
Calculates the biased kurtosis of the given data, excluding NaN values.
NaNKurtosis(DoubleVector, BiasType)
Calculates the kurtosis of the given data, using the specified bias type and excluding NaN values.
NaNKurtosis(IDFColumn, BiasType)
Calculates the kurtosis of the given data, using the specified bias type and excluding missing values.
NaNKurtosis(array<Double>[]()[], BiasType)
Calculates the kurtosis of the given data, using the specified bias type and excluding NaN values.

See Also