Chapter 5 Principal component analysis
Principal Component Analysis (PCA) is a powerful multivariate technique designed to summarize the most important features and relations of k numerical random variables X1,…,Xk. PCA does dimension reduction of the original dataset by computing a new set of variables, the principal components PC1,…PCk, which explain the same information as X1,…,Xk but in an ordered way: PC1 explains the most of the information and PCk the least.
There is no response Y or particular variable in PCA that deserves a particular attention – all variables are treated equally.