Page 1 of 1

Attempted to access H(2); index out of bounds because numel(

PostPosted: Wed Nov 06, 2013 12:57 am
by alex
I am trying to estimate my model, but I get the following error:

??? Attempted to access H(2); index out of bounds because numel(H)=1.

Error in ==> univariate_kalman_filter at 170
Fi = z(i,:)*PZ + H(d_index(i));

Error in ==> dsge_likelihood at 677
[LIK, lik] =
univariate_kalman_filter(DynareDataset.missing.aindex,DynareDataset.missing.number_of_observations,DynareDataset.missing.no_more_missing_observations,Y,diffuse_periods+1,size(Y,2),
.
Error in ==> initial_estimation_checks at 47
[fval,junk1,junk2,a,b,c,d] =
feval(objective_function,xparam1,DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,DynareResults);

Error in ==> dynare_estimation_1 at 169
oo_ = initial_estimation_checks(objective_function,xparam1,dataset_,M_,estim_params_,options_,bayestopt_,oo_);

Error in ==> dynare_estimation at 70
dynare_estimation_1(var_list,dname);

Error in ==> nstates_withfrictions_est_f at 18904
dynare_estimation(var_list_);



Does anyone know what this error relates to?
Thanks in advance.

Alex

Re: Attempted to access H(2); index out of bounds because nu

PostPosted: Wed Nov 06, 2013 12:45 pm
by jpfeifer
Please try the snapshot from November 4 (not 5). If the problem persists, post the mod-file.