Command Reference
:
Matrix Language Reference
@ctrendcoef
Matrix Column Statistics Functions
Slope from a trend regression on each column of a matrix.
Syntax:
@ctrendcoef
(
m
)
m
: matrix
Return: vector
Returns a vector of slopes from a trend regression, each the result of applying
@trendcoef
to the columns of
m
.
Cross-references
See also
@trendcoef
.