Tilde90
- 20
- 0
Suppose we have a mxn matrix, where each row is an observation and each column is a variable. The (i,j)-element of its covariance matrix is \mathrm{E}\begin{bmatrix}(\vec{X_i} - \vec{\mu_i})^t*(\vec{X_j} - \vec{\mu_j})\end{bmatrix}, where \vec{X_i} is the column vector corresponding to a variable (its elements are the observations) and \vec{\mu_i} is the corresponding mean vector formed by one repeated element which is the mean value of the variable, calculated from its observations. Hence, the covariance matrix is a symmetric nxn matrix.
Is the argument correct? Thank you for answering me.
Another question: could we just replace the "E sign" with the division by the total number of observation, m?
Is the argument correct? Thank you for answering me.
Another question: could we just replace the "E sign" with the division by the total number of observation, m?
Last edited: