Hello all,
I try to estimate some model but the dynare gives me the error below : I don't know what is the problem here.I checked my data file and everything seems correct. Thank you for your answer.
??? Error using ==> eig
Input to EIG must not contain NaN or Inf.
Error in ==> dr1 at 256
dr.eigval = eig(transition_matrix(dr));
Error in ==> resol at 97
[dr,info,M_,options_,oo_] = dr1(dr,check_flag,M_,options_,oo_);
Error in ==> dynare_estimation at 275
[dd,info] = resol(oo_.steady_state,0);
Error in ==> gvar at 609
dynare_estimation(var_list_);
Error in ==> dynare at 102
evalin('base',fname) ;