Hi I am learning dynare so this may seem to be a stupid question... but is there any example about how to calibrating a model with dynare? I couldn't find such on the internet
I am now using fminsearch so each iteration dynare will recalculate everything and generate simulated moments, but this is horribly slow;
also, what's the best way to feed parameters to dynare? E.g. in my main .m file, I specify the parameters I will be using and then call dynare. I am trying to use global, but dynare can't seem to read global parameters.