Hello everyone
I estimate my model, after computing the steady state successfully, then Dynare reports the following error
"Error using print_info (line 84)
Some updated params contain NaN or Inf
Error in print_info (line 84)
error(‘Some updated params contain NaN or Inf’)
Error in initial_estimation_checks (line 69)
print_info(info, DynareOptions.noprint, DynareOptions)
Error in dynare_estimation_1 (line 179)
oo_ = initial_estimation_checks(objective_function,xparam1,dataset_,M_,estim_params_,options_,bayestopt_,oo_);
Error in dynare_estimation (line 89)
dynare_estimation_1(var_list,dname);
Error in ALEstim_pet_modi (line 936)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin(‘base’,fname) ;
Error in Main (line 3)
dynare ALEstim_pet_modi "
Can anyone help me to detect this problem? What kind of error is? how to overcome it
my code is here q6.zip (30.2 KB)
Best wishes