Download presentation
Presentation is loading. Please wait.
Published byOscar Daniels Modified over 8 years ago
1
Time-Series Forecast Models A time series is a sequence of evenly time-spaced data points, such as daily shipments, weekly sales, or quarterly earnings. Forecasting time-series data implies that forecasts are predicted only from the past values of that variable, and that other variables, no matter how potentially valuable, are ignored. Monthly Sales ( in units ) Jan Feb Mar Apr May Jun Jul Aug Sept Oct Nov Dec Data Point or (observation) MGMT E-5070
2
Decomposition of a Time Series Analyzing time series means breaking down past data into components and then project- ing them into the future A time series typically has four components: trend, seasonality, cycles, and random variation TIME SERIES MODELS ATTEMPT TO PREDICT THE FUTURE BY USING HISTORICAL DATA
3
Decomposition of a Time Series Trend ( T ) Trend ( T ) is the gradual upward or downward movement of the data over time. Seasonality ( S ) Seasonality ( S ) is a pattern of the demand fluc- tuation above or below the trend line that repeats at regular intervals. Cycles ( C ) Cycles ( C ) are patterns in annual data that occur every several years. They are usually tied into the business cycle. Random variations ( R ) Random variations ( R ) are blips in the data that are caused by chance and unusual situations. They follow no discernible pattern.
4
Time Series & Components TREND COMPONENT SEASONAL PEAKS ACTUAL DEMAND LINE YEAR 1 YEAR 2 YEAR 3 YEAR 4 TIME AVERAGE DEMAND OVER 4 YEARS PRODUCT OR SERVICE DEMAND
5
Time Series & Components RANDOM VARIATIONS Forecasters usually assume that the random variations are averaged out over time. These random errors are often assumed to be normally distributed with a mean of zero. IT IS ALSO ASSUMED THAT RANDOM VARIATIONS DO NOT HEAVILY INFLUENCE DEMAND DO NOT HEAVILY INFLUENCE DEMAND
6
The Moving Average Model Assumes demand will stay fairly steady over time. A two-month moving average forecast is found by summing the demand during the past two periods and dividing by “ 2 ”. With each passing period, the most recent demand is added to the sum; the earliest demand is dropped. This smooths out short-term irregularities in the data series. It has no trend, seasonal, or cyclical components.
7
The Moving Average Model ( demands in previous n periods ) n n IS THE NUMBER OF PERIODS IN THE MOVING AVERAGE Forecast = Σ
8
The Moving Average Model Year DemandForecast 1110- 2100- 3120105 4140110 5170130 TWO - PERIOD EXAMPLE 105 110 + 100 / 2 = 105 110 100 + 120 / 2 = 110 130 120 + 140 / 2 = 130
9
The Moving Average Model Year DemandForecast 1110- 2100- 3120- 4140- 5170117.5 6150132.5 FOUR - PERIOD EXAMPLE 117.5 110 + 100 + 120 + 140 / 4 = 117.5 132.5 100 + 120 + 140 + 170 / 4 = 132.5
10
Weighted Moving Average Model Weighted Moving Average Model Makes the forecast more responsive to changes. Used when there is a trend or pattern. Weights place more emphasis on recent values. Deciding the weights requires some experience and good luck! SEVERAL WEIGHTS SHOULD BE TRIED, AND THE ONES WITH THE LOWEST FORECAST ERROR SHOULD BE SELECTED THE LOWEST FORECAST ERROR SHOULD BE SELECTED
11
Weighted Moving Average Model ∑ ( weight in period i )( actual value in period) ∑ ( weights )
12
Weighted Moving Average Model THREE - PERIOD 811 8 (120) + 1 (100) + 1 (110) 10 == PeriodWeightDemand Most recent8120 2 nd Most recent1100 3 rd Most recent1110 4 th Period Forecast 117 units ‘10’ represents the sum of the weights
13
Weighted Moving Average Model THREE - PERIOD 811 8 (140) + 1 (120) + 1 (100) 10 == PeriodWeightDemand Most recent8140 2 nd Most recent1120 3 rd Most recent1100 5 th Period Forecast 134 units
14
Exponential Smoothing Model THE NEW FORECAST LAST FORECASTED DEMAND α 1 - α += The new forecast is equal to the old forecast adjusted by a fraction of the error ( last period actual demand – last period forecast ). The smoothing coefficient ( α ) is a weight for the last actual demand. LAST ACTUAL DEMAND First Order or Primary Version A moving average technique that only requires the last period actual demand and the last period forecasted demand for input.
15
Exponential Smoothing Example ASSUMING THAT α =.7, THE NEXT FORECAST IS:.7 ( 100 units ) + ( 1 -.7 )( 110 units ) 70 + 33 = 103 units Last Forecast Last Actual Demand
16
Exponential Smoothing Example ASSUMING THAT α =.7, THE NEXT NEW FORECAST IS:.7 ( 120 units ) + ( 1 -.7 )( 103 units ) 84 + 30.9 = 114.9 units Last Forecast Last Actual Demand
17
The Smoothing Coefficient The symbol is alpha ( α ) It can assume any value between 0 and 1 inclusive It places a weight on the last actual period demand The value of alpha resulting in the lowest forecast error is selected for the model.
18
Smoothing Coefficient Selection This range (.0 –.3 ) places the heaviest weight on the historical demand periods. The intent is to make the forecast reflect the long - term stability of the product’s demand, as well as to minimize short-term fluctuations that could distort future forecasts. It is appropriate for products whose demand patterns are extremely stable over time and expected to remain so. LOW - RANGE
19
Smoothing Coefficient Selection This range (.4 –.6 ) splits weights between historical and most recent demand periods. The intent is to make the forecast reflect the importance of each. It is appropriate for products whose demand patterns are only slightly unstable. MEDIUM - RANGE
20
Smoothing Coefficient Selection This range (.7 – 1.0 ) places the heaviest weight on the most recent demand periods. The intent is to make the forecast largely reflect the most recent demand experience. It is appropriate for products that are entirely new, and for products whose demand patterns are unstable. HIGH - RANGE
21
Trend Projection Model A REGRESSION MODEL OVER TIME This technique fits a trend line through a series of historical data points and then projects that trend line into the future for both medium and long-range forecasting. WE WILL FOCUS ON STRAIGHT-LINE TRENDS FOR NOW
22
Trend Projection Model TIME ( X ) DEMAND ( Y ) THIS ALSO IMPLIES THAT THE MEAN SQUARED ERROR (MSE) IS MINIMIZED MSE IS A MEASURE OF FORECAST ERROR We identify a straight line that minimizes the sum of the squares of the vertical distances from the regression line to each of the actual observations. THE TREND LINE A REGRESSION MODEL OVER TIME THE FITTED REGRESSION LINE
23
Trend Projection Model Y = a + b X ^ Y-AXIS INTERCEPT : THE POINT ON THE VERTICAL AXIS THAT THE REGRESSION LINE CROSSES THE SLOPE OF THE LEAST-SQUARES LINE: THE RATE OF CHANGE IN ‘Y’ GIVEN CHANGE IN TIME ‘X’ X AXIS Y AXIS ORIGIN THE SPECIFIED VALUE OF ‘X’ ( TIME ) THE PREDICTED VALUE ( FORECAST ) THE FITTED REGRESSION LINE
24
Trend Projection Model Y = a + b ( X ) Y = 92.6667 + 10.9697 ( 11 ) 213.3333 units = 92.6667 + 120.6667 ^ 11 th YEAR FORECASTY - INTERCEPTSLOPE11 th YEAR ^ EXAMPLE THIS TREND PROJECTION MODEL IS IDENTIFIED BY COMPUTER
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.