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 -
in pca.m from
pls-toolbox)


Now, I want to apply Generalized Singular Value Decomposition, can you
show me the

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

  • 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.stat.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)
  • Re: Eigenvalues and transformations
    ... Is there any connection between the eigenvalues/eigenvectors of X and A? ... I read about the singular value decomposition, and since P is real and A is real too, it can be decomposed into three matrices, the same can be done on Q and I can say this, if I'm not mistaken: ... V is such that V^T V = V V^T = I, the same is for U (if I understand, since they are real matrices). ... In the last line, the matrix S ``preserves'' positive definiteness since singular values are non-negative, but U is just unitary... ...
    (sci.math)
  • Re: generating a sparse matrix with a specific singular value distribution
    ... different singular value distributions. ... with a given singular value distribution by using a reverse SVD ... from a QR decomposition and supply a D with the singular values that I ... U mxm orthogonal ...
    (sci.math)