Re: [R] SVD of a variance matrix

2008-04-16 Thread Ravi Varadhan
ssage- From: Giovanni Petris [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 8:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; r-help@r-project.org Subject: Re: [R] SVD of a variance matrix Hi Ravi, Thank you for your useful reply. Does the result also hold for variance-covariance matrice

Re: [R] SVD of a variance matrix

2008-04-15 Thread Giovanni Petris
-- > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ravi Varadhan > Sent: Tuesday, April 15, 2008 6:03 PM > To: 'Giovanni Petris'; r-help@r-project.o

Re: [R] SVD of a variance matrix

2008-04-15 Thread Ravi Varadhan
etris'; r-help@r-project.org Subject: Re: [R] SVD of a variance matrix Yes. SVD of any symmetric (which is, of course, also square) matrix will always have U = V. Also, SVD is the same as spectral decomposition, and the columns of U and V are the eigenvectors, but the singular values will be th

Re: [R] SVD of a variance matrix

2008-04-15 Thread Ravi Varadhan
Yes. SVD of any symmetric (which is, of course, also square) matrix will always have U = V. Also, SVD is the same as spectral decomposition, and the columns of U and V are the eigenvectors, but the singular values will be the absolute value of eigenvalues. Ravi.