Click or drag to resize

NMathFunctionsNaNSumOfSquares Method

Overload List
 NameDescription
Public methodStatic memberNaNSumOfSquares(DoubleMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix that are not NaN.
Public methodStatic memberNaNSumOfSquares(DoubleVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector that are not NaN.
Public methodStatic memberNaNSumOfSquares(FloatMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix that are not NaN.
Public methodStatic memberNaNSumOfSquares(FloatVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector that are not NaN.
Top
See Also