You project a two-feature dataset onto its first component. What is kept for each point?
If every feature has variance exactly 1, PCA on the covariance matrix and on the correlation matrix give the same components.
Circle one: True False
A scree plot shows 62, 25, 8, 3 and 2 percent. How many components should you keep, and why?
For which pair of variables would it make sense to compute a correlation coefficient?
You reduce ten correlated features to two components. What does each example become?
Two features have covariance 4, and their standard deviations are 2 and 4. What is their correlation? Round to two decimal places if needed.
Answer: ______________
You standardize every feature of a dataset so each one has mean 0 and standard deviation 1, then run PCA. A friend runs PCA on the raw covariance matrix of the same data without standardizing. Which statement is true?
Two features have covariance 4, with standard deviations 2 and 4. What is their correlation?
Answer: ______________
A component is 0.7 times height plus 0.7 times weight minus 0.1 times age. Why is it hard to name?
A friend keeps all five components since more numbers always help. Components hold 62, 25, 8, 3 and 2 percent. Best reply?