Index exceeds matrix dimensions??
Posted: Thu Sep 04, 2014 3:20 pm
Dear all, the errors of my program are as follow:
Error in dsge_likelihood (line 301)
constant = SteadyState(BayesInfo.mfys);
Error in initial_estimation_checks (line 47)
[fval,junk1,junk2,a,b,c,d] =
feval(objective_function,xparam1,DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,DynareResults);
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 v0903 (line 392)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
I see similar topic in the forum and try to modify my intial value or mode_compute=6 but it still fails.
Does anyone has any idea about it ?
Thanks!!
Error in dsge_likelihood (line 301)
constant = SteadyState(BayesInfo.mfys);
Error in initial_estimation_checks (line 47)
[fval,junk1,junk2,a,b,c,d] =
feval(objective_function,xparam1,DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,DynareResults);
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 v0903 (line 392)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
I see similar topic in the forum and try to modify my intial value or mode_compute=6 but it still fails.
Does anyone has any idea about it ?
Thanks!!