Dear all,
I'm working with a model that is log-linearized. When estimating the model, I use the data expressed as percentages. I also treat my shocks in the model as %. For example, I treat
stderr epsilon_zetac, inv_gamma_pdf, 0.200, inf;
as a 0.2 % shock.
Which of the following measurement equations, let me say, for output, is correct?
1. dy_obs = 100*ln(mu_z) + y_hat - y_hat(-1) + mu_zhat;
or
2. dy_obs = 100*ln(mu_z) + 100*(y_hat - y_hat(-1) + mu_zhat);
The first one? Because my shocks are already scaled in percent, so there is no need to multiply the model variables by 100. Am I right?