Bayesian estimation error on linearized model
Posted: Sun Oct 27, 2013 7:31 am
Hello Guys, I am trying to replicate a paper. Is a bayesian estimation of a linearized DSGE model. I receive the following error message. "Error in computing likelihood for initial parameter values." I am not sure why is giving this error, I have the same model calibrated with the priors that I am using for the Bayesian estimation and it works. Is there anything wrong on trying to make a bayesian model that is already linearized? PS: sorry I don't know how to upload my data file. I uploaded a xls file
Error in computing likelihood for initial parameter values
Error using print_info (line 40)
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in initial_estimation_checks (line 69)
print_info(info, DynareOptions.noprint)
Error in dynare_estimation_1 (line 169)
oo_ =
initial_estimation_checks(objective_function,xparam1,dataset_,M_,estim_params_,options_,bayestopt_,oo_);
Error in dynare_estimation (line 70)
dynare_estimation_1(var_list,dname);
Error in dsge_bubbles_b (line 373)
dynare_estimation(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;
Error in computing likelihood for initial parameter values
Error using print_info (line 40)
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in initial_estimation_checks (line 69)
print_info(info, DynareOptions.noprint)
Error in dynare_estimation_1 (line 169)
oo_ =
initial_estimation_checks(objective_function,xparam1,dataset_,M_,estim_params_,options_,bayestopt_,oo_);
Error in dynare_estimation (line 70)
dynare_estimation_1(var_list,dname);
Error in dsge_bubbles_b (line 373)
dynare_estimation(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;