Click or drag to resize

NMathFunctionsNaNVariance Method

Overload List
 NameDescription
Public methodStatic memberNaNVariance(Double) Calculates the variance of the given data, excluding NaN values.
Public methodStatic memberNaNVariance(DoubleMatrix) Computes the NaN variance of the matrix columns.
Public methodStatic memberNaNVariance(DoubleVector) Calculates the biased variance of the vector elements that are not equal to NaN.
Public methodStatic memberNaNVariance(FloatMatrix) Computes the NaN variance of the matrix columns.
Public methodStatic memberNaNVariance(FloatVector) Calculates the biased variance of the vector elements that are not equal to NaN.
Public methodStatic memberNaNVariance(IDFColumn) Calculates the variance of the given data, excluding missing values.
Public methodStatic memberNaNVariance(Double, BiasType) Calculates the variance of the given data, using the specified bias type and excluding NaN values.
Public methodStatic memberNaNVariance(DoubleVector, BiasType) Calculates the variance of the given data, using the specified bias type and excluding NaN values.
Public methodStatic memberNaNVariance(IDFColumn, BiasType) Calculates the variance of the given data, using the specified bias type and excluding missing values.
Top
See Also