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
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.
Thank you! That is very helpful