![]() | NMath |
Name | Description | |
---|---|---|
![]() ![]() | NaNStandardDeviation(Double) | Calculates the biased standard deviation of the elements in the given data set, excluding NaN values. |
![]() ![]() | NaNStandardDeviation(DoubleVector) | Calculates the biased standard deviation of the elements in the given data set, excluding NaN values. |
![]() ![]() | NaNStandardDeviation(IDFColumn) | Calculates the biased standard deviation of the elements in the given data set, excluding missing values. |
![]() ![]() | NaNStandardDeviation(Double, BiasType) | Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values. |
![]() ![]() | NaNStandardDeviation(DoubleVector, BiasType) | Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values. |
![]() ![]() | NaNStandardDeviation(IDFColumn, BiasType) | Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding missing values. |