Page 1 of 1

IRF Missing shocks

PostPosted: Mon Aug 24, 2015 12:47 pm
by iramadan
Dear All,

I am using SOE model based on SW (2003) mainly, I have to two multiplicative shocks added which do not show in the IRFs as if they do not exist, Why is this the case??

Thanks

Re: IRF Missing shocks

PostPosted: Tue Aug 25, 2015 10:17 am
by jpfeifer
Dynare suppresses IRFs that are 0. Change
Code: Select all
irf_plot_threshold
if necessary (see the manual)

Re: IRF Missing shocks

PostPosted: Tue Aug 25, 2015 10:37 am
by iramadan
Thank you Dr. Pfeifer for you continuous contribution to the forum.

I tried to include


Code: Select all
stoch_simul(periods=2000, irf_plot_threshold= 0) Y C PIE MC R W R_K E L I s;


But I did not get any change.

Thanks again

Re: IRF Missing shocks

PostPosted: Tue Aug 25, 2015 12:30 pm
by jpfeifer
Please try the unstable version of Dynare and report back

Re: IRF Missing shocks

PostPosted: Tue Aug 25, 2015 12:40 pm
by iramadan
I found i had issues with my equations (didnt linearize properly) when i fixed the code it all showed well.

I am new to dynare, what is the unstable version??

Re: IRF Missing shocks

PostPosted: Tue Aug 25, 2015 6:36 pm
by jpfeifer