Hi everyone!

I am trying to replicate results from this paper. I got as far as writing some code to calculate the "eigenportfolio", however, I cannot replicate the results from Figure 3.

I appreciate that this is not the cleanest implementation, but any help will be appreciated.

My main points of confusion are:

  1. How many stocks were selected for the PCA?
  2. What is a Market eigenvalue?
  3. When computing equation (9) do I need to rescale Q_i such their sum=1 when adding across all i's?
  4. What is a principal eigenportfolio? Why is my result so different?
I am happy to give a more detailed explanation of my code if that would help.