Chapter 3: Problem 21
Suppose \(\mathbf{X}\) has a multivariate normal distribution with mean 0 and covariance matrix $$ \boldsymbol{\Sigma}=\left[\begin{array}{llll} 283 & 215 & 277 & 208 \\ 215 & 213 & 217 & 153 \\ 277 & 217 & 336 & 236 \\ 208 & 153 & 236 & 194 \end{array}\right] $$ (a) Find the total variation of \(\mathbf{X}\). (b) Find the principal component vector Y. (c) Show that the first principal component accounts for \(90 \%\) of the total variation. (d) Show that the first principal component \(Y_{1}\) is essentially a rescaled \(\bar{X}\). Determine the variance of \((1 / 2) \bar{X}\) and compare it to that of \(Y_{1}\). Note that the \(\mathrm{R}\) command eigen(amat) obtains the spectral decomposition of the matrix amat.