Click or drag to resize

NMathFunctionsSumOfSquares Method

Overload List
 NameDescription
Public methodStatic memberSumOfSquares(DoubleComplexMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix.
Public methodStatic memberSumOfSquares(DoubleComplexVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector.
Public methodStatic memberSumOfSquares(DoubleMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix.
Public methodStatic memberSumOfSquares(DoubleVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector.
Public methodStatic memberSumOfSquares(FloatComplexMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix.
Public methodStatic memberSumOfSquares(FloatComplexVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector.
Public methodStatic memberSumOfSquares(FloatMatrix) Calculates the sum of the squared deviations from the mean of the elements of the columns of a given matrix.
Public methodStatic memberSumOfSquares(FloatVector) Calculates the sum of the squared deviations from the mean of the elements of a given vector.
Top
See Also