Dear Dynare community,
Am estimating a baseline RBC model of Garcia Cicco et al 2010 from JPfeifer replication files on https://sites.google.com/site/pfeiferecon/dynare. However, dynare yields below error.
There are 6 eigenvalue(s) larger than 1 in modulus
for 6 forward-looking variable(s)
The rank condition is verified.
??? Attempted to access estim_params_.var_endo(:,1); index out of bounds because
size(estim_params_.var_endo)=[0,0].
Error in ==> BRBC at 242
tmp1 = find(estim_params_.var_endo(:,1)==11);
Error in ==> dynare at 180
evalin('base',fname) ;
Various restriction on estimation command (datafile=Book1, mode_check, mode_compute=6, moments_varendo, mh_nblocks=1, mh_replic=2000000) g_y g_c g_i t_b_y; doesn't resolve the problem.
What could be the problem with my code.
Kind Regards.