Page 1 of 1

Dynare Log-linearizarion

PostPosted: Wed Aug 12, 2015 6:13 pm
by magonfru
Hello everybody,

this is an easy quick question. Where does dynare store the results of the loglinearization of the model? I looked into oo_, but I could really not find it. Also what is the name of the code that dynare uses for loglinearization.
Best regards
Mario

Re: Dynare Log-linearizarion

PostPosted: Thu Aug 13, 2015 1:31 pm
by jpfeifer
Dynare does not do log-linearization. It only does linearization. To get a log-linearization, you could either use an exp()-transformation or use the loglinear option. In any case, the linearized equations are stored in the _dynamic.m and _static.m files that the preprocessor creates. They are created by the c-files of the preprocessor.

Re: Dynare Log-linearizarion

PostPosted: Sat Aug 15, 2015 1:04 am
by magonfru
Thank you! That is very helpful