Hello, I am trying to generate IRFs of a model using 4th order perturbation with the code:
stoch_simul(order=4, irf=51, periods=0, irf_plot_threshold=0, nograph)
I notice that if I change the number of periods of the irf (irf option), or the number of periods of the simulation (periods option), irfs for some endogenous variables can change quite significantly. It is the first time this has happened to me. How can this be the case? If it can help, those endogenous variables seem to be also highly sensitive to higher order terms, as if I change the order of perturbation from 3 to 4, IRFs also change significantly.
Thanks a lot in advance