covariance
Returns the covariance matrix M of given vectors.
M[i, j] contains covariance of i-th and j-th given vectors
Return
M.
Parameters
vectors
the List of 1-dimensional tensors with same shape
Returns the covariance matrix M of given vectors.
M[i, j] contains covariance of i-th and j-th given vectors
M.
the List of 1-dimensional tensors with same shape