Principal Component Analysis
Principal Component Analysis
Philosophy of PCA
Introduced
PCA
175
1225
25
117
56
156
1050
31
122
63
202
1350
58
154
67
Reduce dimension
The
Where
1+ 2+..+ p =1
is maximal
The
Better
Covariance matrix
v( x1 ) c(x1,x2 ) ........c(x1,x p )
C=
c(x1,x2 ) v( x2 ) ........c(x2 ,x p )
c(x ,x ) c(x ,x )..........v( x )
1 p
2 p
p
So PCA gives
variables Yi that are linear
combination of the original variables
(xi):
New
Yi=
ai1x1+ai2x2+aipxp ; i=1..p
C=A D AT
0 2 .......0
Where
D= 0
0 ............
p
An example
Let
C=
1 c
c 1
C-I= 1
c 1
det(C-I)=(1- )-c
Solving
2 =1-c < 1
and eigenvectors
Any
a1
A=
a2
c 1
a1
a1 ca2 a1
=
=
a2
ca1 a2 a2
Solving we find A1
A2
Interpretation of PCA
The
Small
Do it graphically
Interpretation of components
See
Circle of correlation
However
PCA
What is ICA?
How it works?
Rationale of ICA
Find
PCA vs ICA
Hsiao