No irfs

Hi,
I am a new learner in this field. Now I meet some questions and hope to get answers from you.

1.I add two more exogenous variables (ev,ec) when I calculate welfare with second order simulation, but the irfs of most endogenous variables are 0 to this two exogenous variables,so there are no irfs displayed. Why? It is impossible to some variables don’t be effected by this exogenous variable .
2.when I calculate welfare with second order simulation, the irfs are meaningless? Is there any need to analysis the irfs?

These queations have puzzled me for a long time. I will be appreciated if you can help me! Thank you!

linda
impluse.mod (2.68 KB)

  1. It has to do with the way those shocks enter. For example, ev moves Ev. But Ev enters no equation, because

log(r/RT)+1=FIP*log(dcpi(+1)/DT)+FIY*log(y/YT)+EV; //18yes
only uses the steady state. Seems you confused yourself by distinguishing three distinct concepts by just a different capitalization.
2. In general, the IRFs are not meaningless, because they are a summary of the model dynamics. If there are problems with them, it signifies problems with the model that may create problems for welfare analysis.

[quote=“jpfeifer”]1. It has to do with the way those shocks enter. For example, ev moves Ev. But Ev enters no equation, because

log(r/RT)+1=FIP*log(dcpi(+1)/DT)+FIY*log(y/YT)+EV; //18yes
only uses the steady state. Seems you confused yourself by distinguishing three distinct concepts by just a different capitalization.
2. In general, the IRFs are not meaningless, because they are a summary of the model dynamics. If there are problems with them, it signifies problems with the model that may create problems for welfare analysis.[/quote]

1.Definitely, I am very stupid to make this mistake.
2.The user guide says, “If you linearize your model up to a first order, impulse response functions are simply the algebraic forward iteration of your model’s policy or decision rule. If you instead linearize to a second order, impulse response functions will be the result of actual Monte Carlo simulations of future shocks. This is because in second order linear equations, you will have cross terms involving the shocks, so that the effects of the shocks depend on the state of the system when the shocks hit. Thus, it is impossible to get algebraic average values of all future shocks and their impact. The technique is instead to pull future shocks from their distribution and see how they impact your system, and repeat this procedure a multitude of times in order to draw out an average response. That said, note that future shocks will not have a significant impact on your results, since they get averaged between each Monte Carlo trial and in the limit should sum to zero, given their mean of zero.”

so If I linearize the model to a second order, Can I continue to analysis the IRFS? “that future shocks will not have a significant impact on your results”, Does that mean that the results is not so significant as the first order, but it is also meaningful?

Thank you!

  1. The point is that Dynare computes Generalized IRFs (see Koop/Pesaran/Potter 1996). For your purposes, just treat them as standard IRFs. The conceptual point is that you want the IRF to reflect the time t=0 shock, not the shocks for t>1. Hence, the latter are average out. The statement in the manual reflects this.

Ok,I got it, I am very grateful to your patient reply.