Dear All
I am using the steady state file given above in the post by jpfeifer » Mon Nov 08, 2010 9:32 pm
It worked fine up until I tried dynare 4.3.0
Immediately after loading observations it crashes and writes
Loading 43 observations from UKdata.m
Attempt to reference field of non-structure array.
Error in evaluate_steady_state_file (line 95)
if max(abs(residuals)) > options.dynatol.f
Error in evaluate_steady_state (line 58)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M, ...
Error in dynare_estimation_init (line 341)
oo_.steady_state =
evaluate_steady_state(oo_.steady_state,M,options_,oo_,steadystate_check_flag);
Error in dynare_estimation_1 (line 59)
[dataset_,xparam1, M_, options_, oo_, estim_params_,bayestopt_] =
dynare_estimation_init(var_list_, dname, [], M_, options_, oo_, estim_params_,
bayestopt_);
Error in dynare_estimation (line 70)
dynare_estimation_1(var_list,dname);
I have checked: immediately after it plots the priors it gets to the line
if max(abs(residuals)) > options.dynatol.f
and at this point options.dynatol.f does not seem to be defined. Before it was 1e-5. So it forgets this value somehow.
Can I fix it somehow?