Eigen vector calculation



Hi

I have one problem regarding Eigen vector calculation. I want to
split up the covariance matrix by SVD (Singular Value Decomposition)

Let say X- Data Matrix having dimension m * n
m - observations and n - no of variables
if m < n (Observations are less than variables (unknowns)
we carry following step to calculate eigen vector calculation (to
get the uncorrelate direction that describe the data)
1) covariance= (X * X' ) / (m-1) (X-data matrix)
2) [U E V}=svd(covariance)
3) V=X' * V; (These 3 stpes are used to
calculate loading vectors)

Now, I want to apply Generalized Singular Value Decomposition(GSVD)
instead of simple SVD, can you tell me the calculation steps for eigen
vactor calculation if I use GSVD.

Generalized Singular Value Decomposition :

X = A * D * B
such that A' * inv(Gr) * A = I (Identity matrix)
B' * inv(Gr) * B = I (Identity matrix)
D : is eigen value matrix

Thanking you

Shailesh Patel

.



Relevant Pages

  • Eigen vector calculation
    ... I have one problem regarding Eigen vector calculation. ... Let say X- Data Matrix having dimension m * n ... Now, I want to apply Generalized Singular Value Decomposition, can you ...
    (sci.math)
  • Re: Eigen vector calculation
    ... I have one problem regarding Eigen vector calculation. ... Now, I want to apply Generalized Singular Value Decomposition, can you ... Shailesh Patel ...
    (sci.math)
  • Eigen Vector Calculation
    ... I have one problem regarding Eigen vector calculation. ... Let say X- Data Matrix having dimension m * n ... I want to apply Generalized Singular Value Decomposition ... Generalized Singular Value Decomposition: ...
    (sci.math)

Quantcast