I have a complicated NK model implemented into dynare in levels (no growth trend, no exp() function; it is as straughtforward and “vanilla” as possible). Steady-state (using initval) comes out perfect; hits all targets. I use stoch_simul command and this implies that IRFs and model output is in absolute deviation from steady-state.
- If I use stoch_simul(…, loglinear, …) I’m assuming that this implies the model output and IRFs are now going to be in percentage deviation from steady-state?
- Follow-up to number 1: If “YES” to number 1, that applies to all the variables in the model, including net (not gross) interest rates?
- If this is the case and now I’d like to estimate the model using Bayesian methods, AND my data is defined in percentage deviation from steady-state, I need to leave the “loglinear” subcommand in the estimation command?
Sorry about this question, I think I’ve read every thread on this and Johannes’ guide, but I’m still paranoid I am doing something stupid. Or I am just stupid.