Description:
Calculate the covariance matrix for a matrix.
Syntax:
covm(A) |
|
Note:
The function computes covariance matrix for matrix A.
Parameters:
A |
Matrix |
Return value:
Sequence
Example:
|
A |
|
1 |
[[1,2,3],[3,1,1]] |
|
2 |
=covm(A1) |
|