Error using "filtered_vars" command
Posted: Wed Jun 05, 2013 4:00 pm
Hello people,
When I runt the filtered_vars command in the estimation part (Dynare 4.1) and I choose 5000 replications, just to see if the command works, then everything is fine and I get the expected output.
But when i choose 100.000 replications then I get the following error :
Index exceeds matrix dimensions.
Error in DsgeSmoother (line 81)
constant = SteadyState(bayestopt_.mfys);
Error in prior_posterior_statistics (line 152)
[alphahat,etahat,epsilonhat,alphatilde,SteadyState,trend_coeff,aK] = ...
Error in dynare_estimation_1 (line 1073)
prior_posterior_statistics('posterior',data,gend,data_index,missing_value);
Error in dynare_estimation (line 62)
dynare_estimation_1(var_list,varargin{:});
Error in ctw_employer_surplus (line 2190)
dynare_estimation(var_list_);
Error in dynare (line 132)
evalin('base',fname) ;
Does anyone have a clue why it might not work with more replications?
Thank you!
When I runt the filtered_vars command in the estimation part (Dynare 4.1) and I choose 5000 replications, just to see if the command works, then everything is fine and I get the expected output.
But when i choose 100.000 replications then I get the following error :
Index exceeds matrix dimensions.
Error in DsgeSmoother (line 81)
constant = SteadyState(bayestopt_.mfys);
Error in prior_posterior_statistics (line 152)
[alphahat,etahat,epsilonhat,alphatilde,SteadyState,trend_coeff,aK] = ...
Error in dynare_estimation_1 (line 1073)
prior_posterior_statistics('posterior',data,gend,data_index,missing_value);
Error in dynare_estimation (line 62)
dynare_estimation_1(var_list,varargin{:});
Error in ctw_employer_surplus (line 2190)
dynare_estimation(var_list_);
Error in dynare (line 132)
evalin('base',fname) ;
Does anyone have a clue why it might not work with more replications?
Thank you!