Simul_replic still broken?

I am using dynare 6.0 and try to generate # of stochastic simulation using simul_replic option in stoch_simul such as
stoch_simul(order=1,simul_replic=100,nograph);

However, this does not generate any output as stated in the manual as oo_.endo_simul is empty
This have been a problem earlier, but is it the case that it has not been fixed yet in Dynare 6.0?

When you use this option

\texttt{simul_replic}

in \texttt{stoch_simul() } command periods should be more than 1.

Exactly. When requesting theoretical moments due to the default periods=0, the value of simul_replic will be ignored.

Thanks! I figured it out too after sending my post…:slight_smile: