MATLAB File Help: cv.calcCovarMatrix Index
cv.calcCovarMatrix

Calculates the covariance matrix of a set of vectors.

[covar,mean] = cv.calcCovarMatrix(samples)
[...] = cv.calcCovarMatrix(..., 'OptionName', optionValue, ...)

Input

Output

Options

The functions cv.calcCovarMatrix calculate the covariance matrix and, optionally, the mean vector of the set of input vectors.

See also