Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

In two papers in 1986 and 1988, Connor and Korajczyk proposed an approach to modeling asset returns. Since these time series have usually more assets than time period observations, they proposed to perform a PCA on cross-sectional covariances of asset returns. They call this method Asymptotic Principal Component Analysis (APCA, which is rather confusing, since the audience thinks immediately of asymptotic properties of PCA).

I have worked out the equations, and the two approaches seem numerically equivalent. The asymptotics of course differ, since convergence is proved for $N \rightarrow \infty$ rather than $T \rightarrow \infty$. My question is: has anyone used APCA and compared to PCA? Are there concrete differences? If so, which ones?

share|improve this question
do you have a link to the articles (free pdf or publisher)? – Jeromy Anglim Sep 17 '10 at 7:16
@Jeromy. Links added. – Rob Hyndman Sep 17 '10 at 10:59
2  
0 down vote Gappy:> this is not an answer to your question, but an alternative, more recent, and often more potent in out of sample forecasting, approach to this problem: Large Bayesian VARs, see this recent paper ideas.repec.org/p/cpr/ceprdp/6326.html – user603 Sep 17 '10 at 19:56
3  
How could they be different if they are numerically equivalent? – John Salvatier Nov 20 '10 at 23:45
Since PCA in a Markov process is asymptotically a Cosine transform, can't that be the meaning in APCA? – JohnRos Oct 27 '11 at 20:25

1 Answer

Typically APCA gets used when there are lots of series but very few samples. I wouldn't describe APCA as better or worse than PCA, because of the equivalence you noted. They do, however, differ in when the tools are applicable. That is the insight of the paper: you can flip the dimension if it's more convenient! So in the application you mentioned, there are a lot of assets so you would need a long time series to compute a covariance matrix, but now you can use APCA. That said, I don't think APCA gets applied very often because you could try to reduce the dimensionality using other techniques (like factor analysis).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.