Page 1 of 1

forecast

PostPosted: Thu Aug 10, 2006 10:05 am
by twlxv
Dear all,

I try to run a recursive forecast with the following command:

estimation(datafile=trial27_dat,nobs=([86:87]),mh_replic=2000,mh_nblocks=2,mh_jscale=0.41,presample=4,mode_check,forecast=2,mode_file=trial27_mode,nodiagnostic);

But each time, when dynare tries to do the forecast after the last estimation (in this case, the estimation with 87 data points), I obtain the following error message when dynare tries to plot the forecast graphs:

MH: Out of sample forecasts...
Period = 1
Period = 2
MH: Out of sample forecasts, done!

??? Index exceeds matrix dimensions.

Error in ==> <a href="error:C:\dyn_mat_v3_064\dynare_v3\matlab\dynare_estimation.m,1301,1">dynare_estimation at 1301</a>
plot(1:k,data2(k2,end-k+1:end,k2)','-k','linewidth',2);

Error in ==> <a href="error:C:\Taiwan_project\real\baseline\separable\trial27\trial27.m,387,1">trial27 at 387</a>
dynare_estimation(var_list_);

Error in ==> <a href="error:C:\dyn_mat_v3_064\dynare_v3\matlab\dynare.m,26,1">dynare at 26</a>
evalin('base',fname) ;


I have a total of 95 data points, so I don't see any reason there is a problem of index exceeding matrix dimension... Does anyone know why this might happen?
The curious thing is that when dynare runs the first estimation with 86 data points, it has no problem plotting the forecast graph... it is always a problem with the last estimation (for instance if I change nobs=([85:87]), it is still the estimation with 87 data points that have the problem...

Also, does anyone know what the two green lines and the two red lines in the forecast graphs correspond to? The blue line should be the data, right?

Thanks.

Regards,

Wing

PostPosted: Thu Aug 10, 2006 1:01 pm
by MichelJuillard
Dear Wing,

can you post your example with the data, please?

The blue line is the mean forecast. The green lines are a 90% confidence interval taking into account the posterior uncertainty about parameters. The red lines a confidence interval taking into account in addition to the above the future shocks

Best wishes

Michel

PostPosted: Thu Aug 10, 2006 2:48 pm
by twlxv
Dear Michel,

Attached are the files. Thanks a lot.

Regards,

Wing

PostPosted: Thu Aug 10, 2006 3:31 pm
by MichelJuillard
Thanks, I will get back to you in a few days

Best

Michel

PostPosted: Thu Aug 24, 2006 1:00 pm
by MichelJuillard
There was indeed a bug. I corrected it under SVN. It should be available in the snapshot for version 4 tomorrow.

Kind regards

Michel

PostPosted: Sun Oct 15, 2006 3:25 pm
by MichelJuillard
Dear Wing,

I finally found the time to look at your program. Sorry about the delay.
With the last version of the snapshot for version 3, it runs without an error.

Best

Michel