cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
kjwx109
Level II

principal component formulae

What is the relationship, if any, between the loadings of variables, with respect to a principal component, and the coefficients of the variables in the formulae for each principal component?  I would have expected the loadings to correspond to the coefficients, but this does not seem to be the case.

1 ACCEPTED SOLUTION

Accepted Solutions
Phil_Kay
Staff

Re: principal component formulae

Hi,

The coefficients in the saved formulae for the principal components use the entries for the eigenvectors. Eigenvectors are related to loadings but are not the same.

This is all explained in more detail in the JMP help documentation here. It also depends whether you are performing PCA on unscaled, covariates, or correlations.

I hope that helps.

Phil

View solution in original post

3 REPLIES 3
Phil_Kay
Staff

Re: principal component formulae

Hi,

The coefficients in the saved formulae for the principal components use the entries for the eigenvectors. Eigenvectors are related to loadings but are not the same.

This is all explained in more detail in the JMP help documentation here. It also depends whether you are performing PCA on unscaled, covariates, or correlations.

I hope that helps.

Phil

kjwx109
Level II

Re: principal component formulae

Hello Phil,

Let's say I write down the eigenvalue for a principal component based on correlation, the eigenvector for a descriptor and the loading of the descriptor.  The loading is equal to the eigenvector multiplied by the square root of the eigenvalue.  However, this product does not seem to equal the coefficient for the descriptor in the formula for the P.C., even though I understood this coefficient to equal the loading.

Phil_Kay
Staff

Re: principal component formulae

No, the coefficient is not equal to the loading. As it says in the help documentation "for the on Correlations option, the ith principal component is a linear combination of the centered and scaled observations using the entries of the ith eigenvector as coefficients."

If you use the Unscaled option (or if you use the Correlation option on already scaled and centred observations) the coefficients are just the eigenvectors. Otherwise the coefficients are the eigenvectors adjusted for centering and scaling. 

I think the attached example might help.

Recommended Articles