1 / 8

Principle Components Analysis

Principle Components Analysis. A method for data reduction. Factor Analytic Techniques. Reduce the number of variables Detect structure in the relationships among variables. Principal Factor Analysis (Common Factor Analysis). A method for detecting structure Y = XB + E

necia
Download Presentation

Principle Components Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Principle Components Analysis • A method for data reduction

  2. Factor Analytic Techniques • Reduce the number of variables • Detect structure in the relationships among variables

  3. Principal Factor Analysis(Common Factor Analysis) • A method for detecting structure Y = XB + E • In the preceding equation, X is the matrix of factor scores, and B' is the factor pattern. There are two critical assumptions: • The unique factors are uncorrelated with each other. • The unique factors are uncorrelated with the common factors.

  4. yij • is the value of the ith observation on the jth variable • xik • is the value of the ith observation on the kth common factor • bkj • is the regression coefficient of the kth common factor for predicting the jth variable • eij • is the value of the ith observation on the jth unique factor • q • is the number of common factors

  5. Sample Dimensions Y = XB + E • Y – (n x p) • X – (n x q) • B – (q x p) • E – (n x p)

  6. Random Variable Dimensions Y = XB + E • Y – (1 x p) • X – (1 x q) • B – (q x p) • E – (1 x p)

  7. Principal Factor Factor Analysis – (a.k.a. Principal Axis Factoring and sometimes even Principal Components Factoring!) Come up with initial estimates of the communality for each variable and replace the diagonals in the correlation matrix with those. Then do principal components and take the first m loadings. Because you have taken out the specificity the error matrix should be much closer to a diagonal matrix. There are various initial estimates used for the initial communalities: the absolute value of the maximum correlation of that variable with any of the others, the squared multiple correlation coefficient for predicting that variable from the others in multiple regression, and the corresponding diagonal element from the inverse of the correlation matrix. There seems to be no agreement on which is best… but the first is a slight bit easier to program.

More Related