Overload List

  NameDescription
Kurtosis(DoubleVector)
Calculates the biased kurtosis of the given data.
Kurtosis(IDFColumn)
Calculates the biased kurtosis of the given data.
Kurtosis(array<Double>[]()[])
Calculates the biased kurtosis of the given data.
Kurtosis(array<Int32>[]()[])
Calculates the biased kurtosis of the given data.
Kurtosis(DoubleVector, BiasType)
Calculates the kurtosis of the given data, using the specified bias type.
Kurtosis(IDFColumn, BiasType)
Calculates the kurtosis of the given data, using the specified bias type.
Kurtosis(array<Double>[]()[], BiasType)
Calculates the kurtosis of the given data, using the specified bias type.
Kurtosis(array<Int32>[]()[], BiasType)
Calculates the kurtosis of the given data, using the specified bias type.

See Also