Command Reference
:
Matrix Language Reference
@csum
Matrix Column Statistics Functions
Sum of the values in each column of a matrix.
Syntax:
@csum
(
m
)
m
: matrix
Return: vector
Returns a vector containing the summation of the rows in each column of the matrix
m
.
Examples
vector v1= @csum(m1)
Cross-references
See also
@csumsq
,
@cmean
.