I want to display the results of multiple stochastic simulations with different random seeds. While reviewing the documentation, I found the simul_replic
option. However, I am unsure if this option serves that purpose. To investigate further, I examined the GitHub repository (GitHub - albop/dynare: Dynare) and looked into the matlab/stoch_simul.m
file. It seems that simul_replic
is not utilized in the code; I could not find references to options_.simul_replic
.
Question 1:
Has the simul_replic
option been deprecated?
Question 2:
What is the recommended way to perform and analyze multiple stochastic simulations with different random seeds?
Thank you very much for taking the time to review my questions. I deeply appreciate your guidance and expertise on this matter.