Hi,
I am solving a New Keyensian Model with Epstein-Zin preference. The model is pretty standard and parameters seems ok. I get the steady state values right. But Dynare report the following error afterward:
??? Error using ==> eig
Input to EIG must not contain NaN or Inf.
Error in ==> dyn_first_order_solver at 163
dr.eigval = eig(e,d);
Error in ==> stochastic_solvers at 172
[dr,info] = dyn_first_order_solver(jacobia_,M_,dr,options_,task);
Error in ==> resol at 118
[dr,info] = stochastic_solvers(dr,check_flag,M,options,oo);
Error in ==> check at 73
[dr,info,M,options,oo] = resol(1,M,options,oo);
Error in ==> CAM at 371
oo_.dr.eigval = check(M_,options_,oo_);
Error in ==> dynare at 120
evalin('base',fname) ;
Please help me look at the code attached, thanks.