Hi Marco,
I am facing a problem with the attached mod-file. The problem is that after identification_analysis resets the number of autocorrelations, we have the line
evalin('caller',['options_ident.ar=',int2str(nlags),';']); that is, only in the original caller, which is dynare_identification.m, is it reset. But there it is not global. When the mod-file now reaches simulated_moment_uncertainty.m the variable accessed is options and not options_ident where ar is still at the old value.
I am not sure what is the best design choice to solve this issue. That is why I would leave it to you.
Best, Johannes
Hi Johannes, thanks a lot for pointing this out. I'll have a look M