Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: matrix decomposition


From   "Feiveson, Alan H. (JSC-SK311)" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: matrix decomposition
Date   Tue, 10 Aug 2010 08:18:26 -0500

David if V = A*A' where A is the Cholesky decomposition, you can get any other decomposition of V by multiplying A by an arbitrary orthogonal matrix, say P. Thus

(AP)*(AP)' = APP'A' = AIA' = AA' = V


since by definition, PP' = I


Of course, given A, you would have to figure out how construct P to do what you want and still be orthogonal.


Al Feiveson

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected]
Sent: Tuesday, August 10, 2010 5:46 AM
To: [email protected]
Subject: st: matrix decomposition

Dear all,

I want to get Stata to decompose a variance covariance (pos definite)
matrix, say V, into A*A', where A is not triangular as in the cholesky
decomposition (by the command cholesky(V)), but has other linear
restrictions e.g. zeros in different places. Anyone have any tips/examples
of how to program/command this?

Many thanks for any help,
David
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index