IRF from VAR-BEKK
Posted: Mon May 14, 2012 5:20 pm
Dear all,
I have written this code to estimate VAR-BEKK with impulse responses based on a previous post in the forum:
http://www.estima.com/forum/viewtopic.php?f=11&t=359
system(model=var1)
variables dlx dly
lags 1
det constant
end(system)
garch(p=1,q=1,model=var1,mv=bekk)
impulse(model=var1,step=20,result=impulses,factor=%identity(2))
However, I am not sure about the nature of the calculated impulse responses whether they are originated from the mean equation or the variance equation. Please, I need some clarification. One last thing, if there is anyway around to calculate their standard errors..
thanks in advance for your cooperation.
Faek
I have written this code to estimate VAR-BEKK with impulse responses based on a previous post in the forum:
http://www.estima.com/forum/viewtopic.php?f=11&t=359
system(model=var1)
variables dlx dly
lags 1
det constant
end(system)
garch(p=1,q=1,model=var1,mv=bekk)
impulse(model=var1,step=20,result=impulses,factor=%identity(2))
However, I am not sure about the nature of the calculated impulse responses whether they are originated from the mean equation or the variance equation. Please, I need some clarification. One last thing, if there is anyway around to calculate their standard errors..
thanks in advance for your cooperation.
Faek