Uncond Forecast and forecast opt yield different results
Posted: Fri Feb 12, 2010 7:03 am
Dear all,
I am quite puzzled since I found that the function imcforecast.m in its unconstrained version yields confidence intervals that are different than the ones produced (at the same significance level) with the forecast option in the estimation command. To reproduce what I got, consider as an example a code that I attached (it was provided in a previous post viewtopic.php?f=1&t=2418) which I changed accordingly (I ran it in dynare 4.0.4). After running the example just type:
load conditional_forecasts.mat
forecasts.uncond.ci.y
oo_.PointForecast.HPDsup.y
oo_.MeanForecast.HPDsup.y
and it will become apparent that the first two vectors differ, contrary to what I would expect! In general, what i found is that the forecast option yields wider confidence intervals. Why is it the case that the forecast uncertainty is different in these two alternative ways? Or I am messing thins out? can you explain?
To make a more careful investigation, can you tell me where vectors that represent green lines in forecast graphs are stored. Then I can loop at different values, ie, 0.1....0.9 and compare with those that result from imcforecast.m
Many thanks in advance for your attention. Best, jorge
I am quite puzzled since I found that the function imcforecast.m in its unconstrained version yields confidence intervals that are different than the ones produced (at the same significance level) with the forecast option in the estimation command. To reproduce what I got, consider as an example a code that I attached (it was provided in a previous post viewtopic.php?f=1&t=2418) which I changed accordingly (I ran it in dynare 4.0.4). After running the example just type:
load conditional_forecasts.mat
forecasts.uncond.ci.y
oo_.PointForecast.HPDsup.y
oo_.MeanForecast.HPDsup.y
and it will become apparent that the first two vectors differ, contrary to what I would expect! In general, what i found is that the forecast option yields wider confidence intervals. Why is it the case that the forecast uncertainty is different in these two alternative ways? Or I am messing thins out? can you explain?
To make a more careful investigation, can you tell me where vectors that represent green lines in forecast graphs are stored. Then I can loop at different values, ie, 0.1....0.9 and compare with those that result from imcforecast.m
Many thanks in advance for your attention. Best, jorge