Hi,
I am trying to replicate Schmitt-Grohé and Uribe's Endogenous discount factor model. When I run the model, I get
??? Error using ==> print_info at 57
Impossible to find the steady state. Either the model doesn't have a unique steady state
of the guess values are too far from the solution
Error in ==> steady at 92
print_info(info,options_.noprint);
Error in ==> model1mendoza1 at 183
steady;
Error in ==> dynare at 120
evalin('base',fname) ;
I have some troubles to introduce variable eta to the model. Is there any idea how I introduce eta? I would appreciate any help.
Thanks.