Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.82 KB

covmat-scal.md

File metadata and controls

53 lines (41 loc) · 1.82 KB
layout mathjax author affiliation e_mail date title chapter section topic theorem sources proof_id shortcut username
proof
true
Joram Soch
BCCN Berlin
joram.soch@bccn-berlin.de
2022-09-22 04:45:00 -0700
Scaling of the covariance matrix upon multiplication with constant matrix
General Theorems
Probability theory
Covariance
Scaling upon multiplication with matrix
authors year title in pages url
Wikipedia
2022
Covariance matrix
Wikipedia, the free encyclopedia
retrieved on 2022-09-22
P348
covmat-scal
JoramSoch

Theorem: The covariance matrix $\Sigma_{XX}$ of a random vector $X$ scales upon multiplication with a constant matrix $A$:

$$ \label{eq:covmat-scal} \Sigma(AX) = A , \Sigma(X) A^\mathrm{T} ; . $$

Proof: The covariance matrix of $X$ can be expressed in terms of expected values as follows:

$$ \label{eq:covmat} \Sigma_{XX} = \Sigma(X) = \mathrm{E}\left[ (X-\mathrm{E}[X]) (X-\mathrm{E}[X])^\mathrm{T} \right] ; . $$

Using this and the linearity of the expected value, we can derive \eqref{eq:covmat-scal} as follows:

$$ \label{eq:covmat-scal-qed} \begin{split} \Sigma(AX) &\overset{\eqref{eq:covmat}}{=} \mathrm{E}\left[ ([AX]-\mathrm{E}[AX]) ([AX]-\mathrm{E}[AX])^\mathrm{T} \right] \\ &= \mathrm{E}\left[ (A[X-\mathrm{E}[X]]) (A[X-\mathrm{E}[X]])^\mathrm{T} \right] \\ &= \mathrm{E}\left[ A (X-\mathrm{E}[X]) (X-\mathrm{E}[X])^\mathrm{T} A^\mathrm{T} \right] \\ &= A , \mathrm{E}\left[ (X-\mathrm{E}[X]) (X-\mathrm{E}[X])^\mathrm{T} \right] A^\mathrm{T} \\ &\overset{\eqref{eq:covmat}}{=} A , \Sigma(X) A^\mathrm{T} ; . \end{split} $$