Dear Musketeers,
Me and my coauthor have been puzzled by the different deterministic steady-states that dynare and dynare++ return. We run the same mod file. We give analytical solution as initial value. The resid(1) returns a set of numbers that are of magnitude 1e-15.
a) In dynare we compute the steady state using steady; command
b) in dynare++ we use only --no-irfs option, load model.mat and look variable dyn_steady_states
They are substantially different. If I use model_f.m function generated by dynare++, increase tolerance of fsolve and use fsolve, I get the same result as in dynare.
Playing with --ss-tol option in dynare++ (eg --ss-tol 1e-14) does not help.
Any hint appreciated!
Cheers,
Antti