X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Sep 2011 06:17 PM by  anon
LA_SVD
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
14 Sep 2011 06:17 PM
    Hello, I am having some trouble with the routine LA_SVD I have a covariance matrix that is generated as covar=xvar#transpose(yvar) covar=covar/mtot where xvar=fltarr(9450,2044); yvar=fltarr(12221,2044) and mtot is a constant Then I use LA_SVD,covar,W,U,V,/DOUBLE,STATUS=stat My question is: How do I get the expanded coefficients associated with each variable (xvar,yvar)? They should be the time coeffcients of the 2044 modes of variability between both my variables. How is LA_SVD different from the former nr_svd? Thank you, Rod
    You are not authorized to post a reply.