Statistica Visual Basic Library of Matrix Functions - MatrixSumOfSquares (Matrix, Result)

Parameter Description
Matrix name of source data matrix (see Arrays in functions)
Result destination variable (see Variables in SVB)

The MatrixSumOfSquares function will compute the sum of squares of each element of the specified Matrix (see Arrays in functions) and place the resulting value in the SVB variable specified as Result.

Related topics
MatrixMeans. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.