Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: One-step and dynamic forecasts


From   Olga Pak <[email protected]>
To   [email protected]
Subject   st: One-step and dynamic forecasts
Date   Sun, 3 Jul 2011 23:27:29 -0400

Hello everyone,
I encounter a problem when trying to forecast Real GDP by using
one-step ahead and dynamic forecasting in ARIMA. My results are
identical to each other and they mimics the actual Real GDP in the
forecasted period. I know that at least one of them should be, on
contrary, quite off the actual data. Maybe, there is a problem in my
commands? Any suggestion is very much appreciated. Olga Pak

(flrgdp - first differenced real GDP)


arima flrgdp flrfdgi flrsop fffr flrgpdi if tin(,2005q4)

***Static (one-step-ahead) 20-quarter forecast
predict flrgdp_st if tin(2006q1,2010q4)

***Dynamic (recursive) 20-quarter forecast
predict flrgdp_dyn if tin(2006q1,2010q4), dynamic(tq(2006q1))
label var flrgdp "Actual"
label var  flrgdp_st "one-step forecast"
label var flrgdp_dyn "dynamic forecast"
tsline flrgdp flrgdp_st flrgdp_dyn if tin(2006q1,2010q4), ///
 ti("Actual and Predicted RGDP")
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index