Hi,
Suppose I want to use dynare_simul() of the dynare++ package to simulate along a zero shock path in order to calculate some custom statistics such as correlation or some other non standard statistics, say the cube of correlation, of between two variables.
Everytime dynare_simul seems to give me different output, if I run dynare_simul multiple times ; sometimes the output is somewhat close to other runs , but sometimes the output are wildly different across runs.
Can I just take the average of the output of multiple runs of dynare_simul [across different simulation runs]? It seems the answer is no in a highly nonlinear system of equations with order=3
Or should I calculate the statistic first(eg. correlation), then average the correlation coefficient, instead of averaging the output path first then calculate the correlation between two averaged variables, say X and Y [whose output path has been averaged already across runs].