Page 1 of 1

How IRFs are computed for the model like this?

PostPosted: Sat Jun 16, 2012 6:16 am
by ahnulxy
For example, I just have 2 variables, a, b, in the model and one exogenous shock e_m, which is iid standard normal.

a=0.6*a(-1)+0.4*a(+1)+b;

b=0.88*b(-1)+e_m;

it is easy to compute irf for variable "b", but how irf is computed for variable "a" since there are lead and lag in the first equations?

Re: How IRFs are computed for the model like this?

PostPosted: Tue Jun 19, 2012 12:12 pm
by jpfeifer
Dynare computes the model solution to the system of equations you enter. This solution has a recursive state-space form from which IRFs are easily computed.