by dynarethinker » Fri Feb 27, 2015 1:33 am
Thank you for your reply.
But I am still confused, and hard to understand in your paper.
in your model,
every equations are expressed in log linearized level, therefore logc_t-logc_{t-1} is written as c-c(-1).
This means that, if c=3.2 abd c(-1)=3.1, then the difference between two values (3.2-3.1=0.1) is 10% change.
In your code,
---------------------------------------
ir=rho+phi1*infl+phi2*y+v;
v=rhov*v(-1)+ev;
var ev; stderr 0.25;
----------------------------------------
so if v=0.25, then in my opinion, this means 25%.
Also, I am confusing that the unit of output graph( I attached the output graph), in the graph, output gap decrease -0.2, then does this mean -0.2 percent?
I am confusing that there is no transformation code in dynare, which changes the unit from log level to 100* log. Could you tell me where it is.
Could you please tell me what I miss?
- Attachments
-
- MATLAB.pdf
- (9.82 KiB) Downloaded 78 times