by Fontana » Wed Jan 27, 2010 9:01 pm
Dear all,
I am having some difficulties solving my model, or computing the steady state of it that is, due to wrong initial values I assume. I have tried several alternatives of solve algo and homotopy:
//tried option 1-5
steady (solve_algo = 5 );
//also tried homotopy in addition
homotopy_setup;
sigma, 0.5, 2;
ua, 5;
end;
steady (homotopy_mode = 1, homotopy_steps=50);
Using homotopy I get the following error message in Matlab:
STEADY: numerical initial values incompatible with the following equations
1 2 3 4 6 9 11 12 14 16 18 21
??? Error using ==> dynare_solve
exiting ...
Error in ==> steady_ at 124
[oo_.steady_state,check] = dynare_solve([M_.fname '_static'],...
Error in ==> steady at 52
steady_;
Error in ==> model_1 at 228
steady;
Error in ==> dynare at 132
evalin('base',fname) ;
I have attached my mod-file below, I am thankful for all suggestions. In case there shouldn't be some way to solve the model in dynare, does anyone maybe have an example file on how to compute the steady outside of dynare in matlab?
Thank you
Fontana