Dear Tom
Is it possible to create a negative shock in simple VAR model using impulse instruction. In my paper I am planning to compare the effects of negative and positive credit shocks. Could please provide me a simple example?
Thanks
compute flipper=||1.0,-1.0,1.0,1.0||
compute f=f*%diag(flipper)system(model=creditmodel1)
variables LIP LCPI LM1 INTBRATE LCRE
lags 1 to p
det constant lpetpri{1 to 4} ffr{1 to 4} indus{1 to 4}
end(system)
estimate(noprint)
*
dec frml[rect] bfrml
nonlin cr1 rf1 rf2 rf5 uf1 uf2 uf3 tf1 tf2 tf4
frml bfrml = ||1.0,0.0,0.0,0.0,0.0|$
cr1,1.0,0.0,0.0,0.0|$
rf1,rf2,1.0,0.0,rf5|$
uf1,uf2,uf3,1.0,0.0|$
tf1,tf2,0.0,tf4,1.0||
compute cr1=rf1=rf2=rf5=uf1=uf2=uf3=tf1=tf2=tf4=0.0
cvmodel(b=bfrml,method=bfgs,pmethod=genetic,factor=bfactor) %sigma
compute flipper=||1.0,1.0,-1.0,1.0,1.0||
compute f=bfactor*%diag(flipper)
impulse(model=creditmodel1,factor=f,labels=||"IP","Prices", "M1", "INBRATE", "LOANS"||,window="Impulse Responses(High)", steps=nsteps)nazif wrote:Dear Tom,
I have further questions about negative shocks. if i change the flipper=||1.0,1.0,-2.0,1.0,1.0||does that give me negative 2 unit shocks to the third variable?
nazif wrote:Besides, my estimates shows that flipping the row of the factor in this way just produce the same shocks but with opposite sign. Therefore it does not account for asymmetry. So how can i estimate the asymmetric effects of monetary policy if i have a following simple model?
Thanks for any help
Nazif
nazif wrote:Dear Tom,
I just got response from the author. For the impulse responses in the high inflation regime the standard deviations of the structural shock in the low inflation regime are used, so he equated the mean response in the first period . Does this make sense? or would it be more useful to scale the responses of each variable in
terms of standard deviations as in the Enders RATS manual on page 87?
Thanks
Nazif
Return to VARs (Vector Autoregression Models)
Users browsing this forum: No registered users and 1 guest