Compute covariance.
If each row of x and y is an observation and each column is
a variable, the (i, j)-th entry of
cov (
x,
y)
is the covariance between the i-th
variable in x and the j-th variable in y.
If called with one argument, compute cov (
x,
x)
.