1 / 32

Time Series Forecasting

Time Series Forecasting. Outline: Measuring forecast error The multiplicative time series model Naïve extrapolation The mean forecast model Moving average models Weighted moving average models Constructing a seasonal index using a centered moving average Exponential smoothing.

yair
Download Presentation

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 • Outline: • Measuring forecast error • The multiplicative time series model • Naïve extrapolation • The mean forecast model • Moving average models • Weighted moving average models • Constructing a seasonal index using a centered moving average • Exponential smoothing

  2. Forecast error Forecasting Convenience Store Ice Sales

  3. 3 measures of forecast error • Mean absolute deviation • Mean square error • Root mean square error.

  4. Actual Predicted Time Average Absolute Error(AAE) is given by: Where Yt is the actual value of variable that we seek to forecast and is the fitted or forecasted value of the variable.

  5. Actual Predicted Time Mean Square Error (MSE) is given by: Where Yt is the actual value of variable that we seek to forecast and is the fitted or forecasted value of the variable. • You can think of MSE as the average forecast error. • If we have a perfect forecast, then MSE = 0.

  6. Actual Predicted Time Root Mean Square Error (root MSE) is given by: Root MSE is a statistic that is typically is reported by forecasting software applications

  7. The Multiplicative Time Series Model • The time path of a variable (such as monthly sales of building materials by supply stores) is produced by the interaction of 4 factors or components. These components are: • The trend component (T) • The seasonal component (S) • The cyclical component (C); and • The irregular component (I)

  8. The trend component (T) Trend is the gradual, long-run (or secular) evolution of the variables that we are seeking to forecast.

  9. Factors affecting the trend component of a time series • Population changes • Demographic changes. For example, spending for healthcare services is likely to rise due to the aging of the population. Sales of fast food are up due to the secular increase in the female labor force participation rate. • Technological change. Sales of music on DVD have slumped due to Ipods. Typewriter sales have plumetted. • Changes in consumer tastes and preferences.

  10. Linear trends Trend = 10 – 25t Trend = -50 + .8t

  11. Non-linear, increasing trend Trend = 10 + .3t + .3t2

  12. Non-linear, decreasing trend Trend = 10 - .4t - .4t2

  13. The seasonal component (S) • Many series display a regular pattern of variability depending on the time of year. • For example, sales of toys and scotch whiskey peak in December each year. • Ice cream sales are higher in summer months than in winter months. • Car sales tend typically to be strong in May and June and weaker in November and December.

  14. The cyclical component (C) • The time path of a series can be influenced by business cycle fluctuations. • For example, we expect housing starts to decline in the contractionary phase of the business cycle. • The same holds true for federal or state tax receipts • The time path of spending for consumer durable goods is also shaped by cyclical forces. • Spending for capital goods is likewise cyclical. • The movie industry has the reputation for being “counter-cyclical”—for example, it flourished during the Depression.

  15. The irregular component (I) • The irregular component of the series, sometimes called white noise, is the remaining variability (relative to trend) that cannot be explained by seasonal or cyclical factors. The irregular component is an unexpected, non-recurring factor that affects the series. • For example, hamburger sales plunge due to panic about E-Coli bacteria. • Production of trucks slumps because of a strike at a GM parts plant in Ohio. • Airline slump after 9/11. • A cold snap affects July ice cream sales in upstate NY.

  16. If you have a well-designed forecasting model, then forecasting errors should be mainly accounted for by irregular factors

  17. The model • Where: • Yt is the value of the time series variable in period t (month t, quarter t, etc.) • Tt trend component of the series in period t • St is the seasonal component of the series in period t • Ct is the cylical component of the series at period t; and • It is the irregular component of the series in period t.

  18. The trend component (T) is measured in the units in which the time series itself is measured. So, for example, the trend component for state revenues would be measured in dollars; whereas the trend component for steel production might be measured in tons.

  19. The Problem: Forecast Sales of Home Furnishing Stores, October-December, 2007 • The data: • We have monthly data of sales of home furniture stores January 1992 to July 2007(187 monthly observations). • The data are expressed in millions of current dollars, not seasonally adjusted

  20. The Data

  21. Our first step is to estimate thetrend component of our series.This is accomplished using a ordinary least squares, or OLS for short. • OLS is a method of finding the line, or curve, of “best fit.” • The trend function of best fit is the one that minimizes the squared sum of the vertical distances of the sample points (the actual monthly values of home furnishing sales) from the trend line (fitted values of monthly building materials sales).

  22. OLS • Let: • Yt be the actual value of furniture store sales in month t; • Let Ŷt be the trend value of furniture store sales in month t. The trend function we are seeking satisfies the following condition:

  23. We estimate a lineartrend function with Excel.It is displayed on the next slide.

  24. R2 = 0.83 t

  25. Seasonal Index • If you sum the monthly values and divide by 12, you get 1.00. • Later we show a simple technique for computing a seasonal index.

  26. Performing an in-sample forecast of home furnishing sales • An in-sample forecast means we are forecasting home furshing sales for those months for which we already have data that have been used to estimate the trend, seasonal, and other components. Comparing forecasted, or fitted values of home furnishing sales with actual time series data gives us an idea of how well this performs. • We will assume that the cyclical index is equal to 1 (Ct = 1). This is a poor assumption since our period contains two business cycle contractions.

  27. Let’s give an example how we use this model to Home furnishing sales for a particular month, say, April 1998 . t = 76 for this month

  28. Forecasting Using the Multiplicative Model

More Related