LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 2 May 2009 19:48:36 -0300
Reply-To:   priyanka singh <priyanka.priyankasingh@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   priyanka singh <priyanka.priyankasingh@GMAIL.COM>
Subject:   Re: how can I estimate VMA model from VAR for hasbrouck 1991 model
In-Reply-To:   <07ec5710-609a-4208-8d93-7f16e83131bf@w35g2000prg.googlegroups.com>
Content-Type:   text/plain; charset=ISO-8859-1

You can use *Variance decomposition *for getting the information content. It is available in proc varmax.

On Fri, May 1, 2009 at 3:40 AM, klm4475@gmail.com <klm4475@gmail.com> wrote:

> I am using VAR model from Hasbrouck 1991 which estimates trade and > midquote change as > r(t) = a1r(t-1) + a2r(t-2) + a3r(t-3) ... + b1x(t-1) + b2x(t-2) + b3x > (t-3) .... + e1 > x(t) = c1r(t-1) + c2r(t-2) + c3r(t-3) ... + d1x(t-1)+ d2x(t-2) + d3x > (t-3) .... + e2 > > then from VAR, it needs to be inverted to VMA representation in the > form of > [r(t) x(t)]' = [a*(L) b*(L) c*(L) d*(L)]' [ e1 e2]' > > in order to estimate information content of trade. The I can't really > figure out how to tranform it. Can anyone help me out please? Thank > you. >


Back to: Top of message | Previous page | Main SAS-L page