by ozgrbhr » Wed Dec 17, 2014 1:15 pm
Dear Pfeifer,
In the code financial friction part works very well, but when I change the rbc=1 for RBC model, it gives this error. The reason may stem from the dynareestimation1 code or not?
Thank you very much.
Choose one of the following options:
[1] Consider all the endogenous variables.
[2] Consider all the observed endogenous variables.
[3] Stop Dynare and change the mod file.
options [default is 1] = 1
Error using check_prior_bounds (line 39)
Initial value(s) of SE_EOBS_g_y, SE_EOBS_tb_y are outside parameter bounds. Potentially,
you should set prior_trunc=0. If you used the mode_file-option, check whether your
mode-file is consistent with the priors.
Error in dynare_estimation_init (line 302)
check_prior_bounds(xparam1,bounds,M_,estim_params_,options_,bayestopt_)
Error in dynare_estimation_1 (line 102)
[dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_, bounds]
= ...
Error in dynare_estimation (line 91)
dynare_estimation_1(var_list,dname);
Error in GarciaCiccoetal2010 (line 297)
oo_recursive_=dynare_estimation(var_list_);
Error in dynare (line 185)
evalin('base',fname) ;