Question About Recursive Forecasts
Posted: Thu May 29, 2014 1:26 pm
Dear all,
I've been puzzled about the recursive forecast command. Consider my estimation command:
estimation(datafile=data,conf_sig =.95,nobs=[39:47],forecast=4,nodisplay) pie da r;
Now, my 'oo_.RecursiveForecast.Mean.pie', contains a 9X4 matrix. The columns represent the kth step ahead forecast of inflation. And the row represents the maximum observation numbers up until that point. So Row 9 is the forecasts made "Using in total 47 observations. "
However! When I look at the one-step-ahead forecasts, I find that the that forecast using data up until 39th, 40th, 41st, ..., 47th best fits with the ACTUAL data of the 39th, 40th, ...., 47th obsevation. This is odd! After all, Row 1 Column 1 should correspond to the forecast of the 40th period, and Row 2 Column 1 should correspond to the forecast of the 41st period!
Am I missing something? I've included a picture that shows with two of the data series. The pictures on the left show the one-step-ahead forecasts ( i.e. oo_.RecursiveForecast.Mean.pie(:,1) ) synced up with the 39-47th actual data series, and on the right, the same one-step-ahead forecasts are synced up with the 40-48th actual data.
http://postimg.org/image/7lncjayjb/
Thanks for any assistance.
Erik
I've been puzzled about the recursive forecast command. Consider my estimation command:
estimation(datafile=data,conf_sig =.95,nobs=[39:47],forecast=4,nodisplay) pie da r;
Now, my 'oo_.RecursiveForecast.Mean.pie', contains a 9X4 matrix. The columns represent the kth step ahead forecast of inflation. And the row represents the maximum observation numbers up until that point. So Row 9 is the forecasts made "Using in total 47 observations. "
However! When I look at the one-step-ahead forecasts, I find that the that forecast using data up until 39th, 40th, 41st, ..., 47th best fits with the ACTUAL data of the 39th, 40th, ...., 47th obsevation. This is odd! After all, Row 1 Column 1 should correspond to the forecast of the 40th period, and Row 2 Column 1 should correspond to the forecast of the 41st period!
Am I missing something? I've included a picture that shows with two of the data series. The pictures on the left show the one-step-ahead forecasts ( i.e. oo_.RecursiveForecast.Mean.pie(:,1) ) synced up with the 39-47th actual data series, and on the right, the same one-step-ahead forecasts are synced up with the 40-48th actual data.
http://postimg.org/image/7lncjayjb/
Thanks for any assistance.
Erik