User guide: reflect the fact that "simul_seed" option has been removed

time-shift
Sébastien Villemot 2011-08-23 16:03:36 +02:00
parent 59dd307ed9
commit 555c85a3b9
2 changed files with 1 additions and 4 deletions

View File

@ -436,9 +436,6 @@ plotting of IRF
Generalized Schur decomposition used for solving 1st order problems (default = 1.000001).
\item replic = INTEGER: number of simulated series used to compute the IRFs (default = 1 if order = 1, and 50
otherwise).
\item simul\_seed = INTEGER or DOUBLE or (EXPRESSION): specifies a seed for the random number generator so as to obtain the
same random sample at each run of the program. Otherwise a different sample is used for each run (default: seed
not specified). If you linearized to a second order, Dynare will actually undertake Monte Carlo simulations to generate moments of your variables. Because of the simulation, results are bound to be slightly different each time you run your program, except if you fix the seed for the random number generator. \textsf{\textbf{TIP!}} If you do decide to fix the seed, you should at least try to run your program without using \texttt{simul\_seed}, just to check the robustness of your results.
\end{itemize}
Going back to our good old example, suppose we were interested in printing all the various measures of moments of our variables, want to see impulse response functions for all variables, are basically happy with all default options and want to carry out simulations over a good number of periods. We would then end our .mod file with the following command:\\

View File

@ -64,6 +64,6 @@ end;
steady;
stoch_simul(periods=1000,irf=0,simul_seed=3);
stoch_simul(periods=1000,irf=0);
datatomfile('simuldataRBC',[]);
return;