Analyzing and Forecasting Time Series Data
Analyzing and Forecasting Time Series Data
Analyzing and Forecasting Time Series Data
Analyzing and
Forecasting Time
Series Data
Chapter 13 - Chapter Outcomes
After studying the material in this chapter, you
should be able to:
•Apply the basic steps in developing and
implementing forecasting models.
•Identify the components present in a time series.
•Use smoothing-based forecasting models
including, single and double exponential
smoothing.
•Apply trend-based forecasting models, including
linear trend, nonlinear trend, and seasonally
adjusted trend.
Forecasting
• Trend Component
• Seasonal Component
• Cyclical Component
• Random Component
Time Series Forecasting
900
800
700
600
$ x 1,000
500
400
300
200
100
0
Time Series Forecasting
yt 0 1t t
where:
yi = Value of trend at time t
0 = Intercept of the trend line
1 = Slope of the trend line
t = Time (t = 1, 2, . . . )
Linear Trend Model
(Example 13-2)
$500,000
Taft Sales
$450,000
$400,000
$350,000
$300,000
Sales
$250,000
$200,000
$150,000
$100,000
$50,000
$0
1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001
Year
Linear Trend Model
(Example 13-2)
LEAST SQUARES EQUATIONS
ty n
t
t y t
b1
t ty2
2
b0
y t
b1
t
where: n n
n = Number of periods in the time series
t = Time period independent variable
yt = Dependent variable at time t
Linear Trend Model
(Example 13-2)
SUMMARY OUTPUT
Regression Statistics
Multiple R 0.955138103
R Square 0.912288796
Adjusted R Square 0.901324895
Standard Error 14513.57776
Observations 10
ANOVA
df SS MS F Significance F
Regression 1 17527348485 17527348485 83.20841575 1.67847E-05
Residual 8 1685151515 210643939.4
Total 9 19212500000
Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0%
Intercept 277333.3333 9914.661116 27.97204363 2.88084E-09 254470.069 300196.5977 254470.069 300196.5977
t 14575.75758 1597.892322 9.121864708 1.67847E-05 10891.00889 18260.50626 10891.00889 18260.50626
Linear Trend Model
(Example 13-2)
Taft Linear Trend Model
$500,000
$450,000
$400,000
$350,000
y = 14576t + 277333
$300,000
Sales
$250,000
$200,000
$150,000
$100,000
$50,000
$0
1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001
Year
Linear Trend Model
- Forecasting -
Trend Projection:
Ft 277,333.33 14,575.76(t )
Forecasting Period t = 11:
Ft 277,333.33 14,575.76(11)
$437,666.69
Linear Trend Model
- Forecasting -
MSE
(y t Ft ) 2
n
where:
yt = Actual value at time t
Ft = Predicted value at time t
n = Number of time periods
Linear Trend Model
- Forecasting -
MAD
|y t Ft |
n
where:
yt = Actual value at time t
Ft = Predicted value at time t
n = Number of time periods
Linear Trend Model
- Forecasting -
Forecast Bias
(y t Ft )
n
or:
Forecast Bias
(error)
n
Nonlinear Trend Models
(Example)
yt 0 1t t
2
Trend-Based Forecasting
yt Tt St Ct I t
where:
yt = Value of the time series at time t
Tt = Trend value at time t
St = Seasonal value at time t
Ct = Cyclical value at time t
It = Residual or random value at time t
Trend-Based Forecasting
RATIO-TO-MOVING-AVERAGE
yt
St I t
Tt Ct
Trend-Based Forecasting
DESEASONALIZATION
yt
Tt Ct I t
St
Trend-Based Forecasting
Ft 1 Ft ( yt Ft )
or::
Ft 1 yt (1 ) Ft
where:
Ft+1= Forecast value for period t + 1
yt = Actual value for period t
Ft = Forecast value for period t
= Alpha (smoothing constant)
Forecasting Using Smoothing Techniques
DOUBLE EXPONENTIAL SMOOTHING MODEL
Ct yt (1 )(Ct 1 Tt 1 )
Tt (Ct Ct 1 ) (1 )Tt 1
Ft 1 Ct Tt
where:
yt = Actual value in time t
= Constant-process smoothing constant
= Trend-smoothing constant
Ct = Smoothed constant-process value for period t
Tt = Smoothed trend value for period t forecast
value for period t
Ft+1= Forecast value for period t + 1
t = Current time period
Key Terms
• Alpha () • Forecast Error
• Beta () • Forecasting
• Cyclical Component • Forecasting Horizon
• • Forecasting Interval
Deseasonalizing
• Forecasting Period
• Double Exponential
• Linear Trend
Smoothing
• Mean Absolute
• Exponential Deviation (MAD)
Smoothing
• Mean Squared Error
• Forecast Bias (MSE)
Key Terms
(continued)
• Time-Series Data
• Time-Series Plot
• Trend