a vector or matrix
Covariance of M.
C = cov(M) returns the covariance.
M = [4 -7 3; 1 4 -2; 10 7 9]; C = cov(M)
var, mean.
Allan CORNET