Hello,
I need to add a 1 period negative shock (of 5%) to the AR(1) process in my open economy model . i used for that the commands:
shocks;
var ksi;
periods 1;
values -0.05;
end;
simul(periods=1000);
but i can't obtain my IRFs.
to make a comparison, i used the commad stoch_simul with stderr 1. in such case i can run my programm and obtain my IRFs, but how can i add a negative shock? (stderr can never be negative!).
Please can you help?