I am using Dynare to get second order solution. And I'm asking Dynare to simulate the model 100 times by specifying
stoch_simul(order=2, irf=60, nograph, replic = 100);
I would like to reach the simulated series, which I think are supposed to be stored in "oo_.endo_simul". However, after running Dynare, the matrix "oo_.endo_simul" is empty. Could someone tell me why this is the case?
Thank you very much!!