Properties of the Covariance Matrix¶
source: https://www.robots.ox.ac.uk/~davidc/pubs/tt2015_dac1.pdf
The covariance matrix of a random vector \(\mathbf{X} \in \mathbf{R}^{n}\) with mean vector \(\mathbf{m}_{x}\) is defined via:
The \((i, j)^{\text {th }}\) element of this covariance matrix \(\mathbf{C}_{x}\) is given by
The diagonal entries of this covariance matrix \(\mathbf{C}_{x}\) are the variances of the components of the random vector \(\mathbf{X}\), i.e.,
Since the diagonal entries are all positive the trace of this covariance matrix is positive, i.e.,
This covariance matrix \(\mathbf{C}_{x}\) is symmetric, i.e., \(\mathbf{C}_{x}=\mathbf{C}_{x}^{T}\) because :
The covariance matrix \(\mathbf{C}_{x}\) is positive semidefinite, i.e., for \(\mathbf{a} \in \mathbf{R}^{n}\) :
Since the covariance matrix \(\mathbf{C}_{x}\) is symmetric, i.e., self-adjoint with the usual inner product its eigenvalues are all real and positive and the eigenvectors that belong to distinct eigenvalues are orthogonal, i.e.,
As a consequence, the determinant of the covariance matrix is positive, i.e.,
The eigenvectors of the covariance matrix transform the random vector into statistically uncorrelated random variables, i.e., into a random vector with a diagonal covariance matrix. The Rayleigh coefficient of the covariance matrix is bounded above and below by the maximum and minimum eigenvalue :