Amazon interview question

How is variance calculated in a PCA?

Interview Answers

Anonymous

4 Jun 2017

For each principle component, the variances should be a linear combination of the variance of the variables that contracted this principle component.

2

Anonymous

19 Mar 2019

Mathematically, Principal components are a linear combination of eigenvectors and all observations. So in some sense, by multiplying eigenvectors with observations of predictors we implicitly capture the variance.

Anonymous

21 Mar 2017

How can you sample data from a large dataset?

2