BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
doudou66
Calcite | Level 5

Hello, All

Suppose my data have two variables A and B. Total_Variance_Original_Data = Var(A) + Var(B) + 2Cov(A,B)

Now I do Principle Components Analysis and get two new variables, say PC_1 and PC_2, with eigenvalues λ_1, and λ_2; Total_Variance_PCA_Explained = λ_1 +  λ_2


My question is: are theses two variances equal to each other, Total_Variance_Original_Data = Total_Variance_PCA_Explained ?

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

Yes, if you do the analysis on the covariance matrix, that is, with the COV option (it is not the default option in PRINCOMP). You should analyse the covariance matrix only when your variables are roughly on the same scale.

PG

PG

View solution in original post

4 REPLIES 4
PGStats
Opal | Level 21

Yes, if you do the analysis on the covariance matrix, that is, with the COV option (it is not the default option in PRINCOMP). You should analyse the covariance matrix only when your variables are roughly on the same scale.

PG

PG
doudou66
Calcite | Level 5

Thank you very much for helping me.

If variables are not on the same scale (say, variable A is ~1000, and variable B is ~1), should I do normalization on each original variable (i.e. (original_variable - mean)/standard_deviation ) before doing PCA? or is there any other method?

PGStats
Opal | Level 21

Exactly! PRINCOMP without the COV option does that normalization for you. - PG

PG
doudou66
Calcite | Level 5

Thank you very much.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1653 views
  • 0 likes
  • 2 in conversation