NMath |
| Name | Description | |
|---|---|---|
| NaNKurtosis(Double) | Calculates the biased kurtosis of the given data, excluding NaN values. | |
| 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(Double, BiasType) | Calculates the kurtosis of the given data, using the specified bias type and 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. |