1 / 7

Time series forecasting

Time series forecasting. Actual. Predicted. Time. If your time series exhibits little variation from one period to the next, has no discernible trend, and is unaffected by seasonality, the naïve model is just what you need. The Naïve Model. The mean forecast model.

limei
Télécharger la présentation

Time series forecasting

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Time series forecasting Actual Predicted Time If your time series exhibits little variation from one period to the next, has no discernible trend, and is unaffected by seasonality, the naïve model is just what you need. The Naïve Model

  2. The mean forecast model • Here we just compute the mean of the time series up to the last observation to forecast the variable for the next period. That is: Don’t use this methodif your series has an upward or downwardtrend

  3. Moving average models  These models work well for a fairly stable time series without a significant trend or seasonal component. The model is summarized as follows: Yt + 1 = (Yt + Yt - 1 + Yt - 2 + Yt - n)/n Thus, if n = 4, we have a four period moving average.

  4. Weighted Moving Average Model Let: Yt + 1 = (w1Yt + w2Yt - 1 + w3Yt - 2 + . . . + wnYt - n) where wi is the weight attached to the ith observation and there are n periods weighted. The trick is to select the valueof n and corresponding values of wi so as to minimize MSE or MAD

  5. Example: Forecasting retail sales in the South The Data: Monthly data on retail sales in the Southern U.S. beginning in January 1970 and ending in August 2000 (367 observations) or T= 367 • Methods: • The naïve model • 12-month moving average • 3-month weighted average (the weights are .5 (t-1), .25 (t-2), and .25 (for t-1). • The mean forecast model

  6. Monthly Retail Sales, Southern U.S. (in millions)

  7. In-Sample forecasts of retail sales in the South

More Related