Correlation of Principal Component Scores after Varimax Rotation
4 ビュー (過去 30 日間)
古いコメントを表示
Hi all:
I'm extracting principal components from time series data and use the varimax rotation to interpret the PCs. In addition, I'd like to compute the rotated scores and use them for further analysis. However, the rotated scores are not uncorrelated anymore, although they should (I think) because the rotation matrix is orthornomal.
Here's a simple example in which I pick two PCs:
load hald [C,S] = pca(zscore(ingredients));
[L,T] = rotatefactors(C(:,1:2)); % L = C(:,1:2)*T
cov(S(:,1:2)*T)
Can anybody help?
Peter
0 件のコメント
回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!