Command Reference
:
Matrix Language Reference
@csumsq
Matrix Column Statistics Functions
Sum of the squared values in each column of a matrix.
Syntax:
@csumsq
(
m
)
m
: matrix
Return: vector
Returns the sum of squared values for each column of
m.
Examples
vector sq = @csumsq(m1)
Cross-references
See also
@csum
.