You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ch9 does not seem to be doing a good job of predicting one period ahead.
Although the code is trying to forecast GDP one period ahead of the train data, it seems to be predicting the last value of train data.
To fulfill the objective, "res.forecast()" should be used instead of "res.get_predicted_mean()".
For example, in the definition of "recursive_forecast", instead of
Ch9 does not seem to be doing a good job of predicting one period ahead.
Although the code is trying to forecast GDP one period ahead of the train data, it seems to be predicting the last value of train data.
To fulfill the objective, "res.forecast()" should be used instead of "res.get_predicted_mean()".
For example, in the definition of "recursive_forecast", instead of
,
would be work.
The text was updated successfully, but these errors were encountered: