Page 1 of 1

Linearized Model

PostPosted: Mon Jul 27, 2009 3:02 pm
by Dubs
Hi,
I wonder if there is any way to get the linearized version of the model from the files generated by Dynare.
Thank you in advance for your answer.

Re: Linearized Model

PostPosted: Thu Jul 30, 2009 2:18 pm
by gbel
[A,B,ys,info] = dynare_resolve();
will give you the linear AND solved model (i.e. in the form y_t = A y_{t-1} + B e_t and Y_t = y_t +ys where ys is the steady state.)

As for the linear version, check the docs on the 'ghx' and 'ghu' variables found inside 'oo_.dr'

Gilles

Re: Linearized Model

PostPosted: Sat Aug 01, 2009 12:39 pm
by Dubs
Thank you it works fine.
Regards,

David