Stixbox Function cov - Covariance matrix
Calling Sequence
- y = cov(x)
Parameters
- x
: if x is a vector, returns the variance. for matrices, where each row is an observation, and each column a variable, cov(x) is the covariance matrix
Description
Covariance matrix.