Forecast after estimation

Thank you very much, Stéphane!
I didn’t expect you reply so quick as I know you are busy and you do these in your free time. THANKS!

After I add** load_mh_file** to estimation, the following error shows:

Error using load
Unable to read file
BARRIE_estim_13Q2v4/metropolis/BARRIE_estim_13Q2v4_mh52_blck2.mat: No such file or
directory.

Error in metropolis_draw (line 68)
load( fname ‘_mh’ int2str(MhFilNumber) ‘_blck’ int2str(ChainNumber) ‘.mat’
],‘x2’,‘logpo2’);

Error in GetOneDraw (line 36)
[xparams, logpost] = metropolis_draw(0);

Error in prior_posterior_statistics (line 206)
[x(b,:), logpost(b,1)] = GetOneDraw(type);

Error in dynare_estimation_1 (line 903)
prior_posterior_statistics(‘posterior’,data,gend,data_index,missing_value);

Error in dynare_estimation (line 62)
dynare_estimation_1(var_list,varargin{:});

Error in BARRIE_estim_13Q2v4 (line 1403)
dynare_estimation(var_list_);

Error in dynare (line 132)
evalin(‘base’,fname) ;

There is a similar topic about this error in the forums, but haven’t get solution. (Failure of load_mh_file)

I post mod file and data set here, could please help me check it anytime when you are available. Much much appreciated!

Helen
2013Q2v2.xls (173 KB)
data_2013Q2v2.m (647 Bytes)
DSGE_Adolfson.mod (72.6 KB)