![]() | NMath |
Name | Description | |
---|---|---|
![]() ![]() | NaNVariance(Double) | Calculates the variance of the given data, excluding NaN values. |
![]() ![]() | NaNVariance(DoubleMatrix) | Computes the NaN variance of the matrix columns. |
![]() ![]() | NaNVariance(DoubleVector) | Calculates the biased variance of the vector elements that are not equal to NaN. |
![]() ![]() | NaNVariance(FloatMatrix) | Computes the NaN variance of the matrix columns. |
![]() ![]() | NaNVariance(FloatVector) | Calculates the biased variance of the vector elements that are not equal to NaN. |
![]() ![]() | NaNVariance(IDFColumn) | Calculates the variance of the given data, excluding missing values. |
![]() ![]() | NaNVariance(Double, BiasType) | Calculates the variance of the given data, using the specified bias type and excluding NaN values. |
![]() ![]() | NaNVariance(DoubleVector, BiasType) | Calculates the variance of the given data, using the specified bias type and excluding NaN values. |
![]() ![]() | NaNVariance(IDFColumn, BiasType) | Calculates the variance of the given data, using the specified bias type and excluding missing values. |