Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Matrix Accum


From   "Lee Chuntao" <[email protected]>
To   <[email protected]>
Subject   st: Matrix Accum
Date   Thu, 12 Jun 2003 23:21:07 +0800

Dear Listers,

      Dear statalisters,

I need to calculate a matrix product that has the following form

B = G'YG

where G is a n x k matrix and Y is a k x k matrix.

suppose k=3, G=(a1,a2,a3), and my weight matrix is W, which is symmetric and
is used for all the observations.

I guess I need to use something like:

matrix glsaccum B = a1 a2 a3, glsmat(Y)

but stata's "matrix glsaccum" need two other options, which is group() and
row(), can anyone help me out?

Many Thanks

C. T. Lee


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index