Lec4 08
Lec4 08
Business cycle plays an important role in economics. In time series analysis, business
cycle can be shown in two ways. If the periodicity is fixed, then the cycle can be represented
by a seasonal (or periodic) model. If the periodicity is time-varying, then an AR(2) factor
with complex roots is used. For deterministic function f (.), we say that f (.) is periodic
with a periodicity s if
f (t) = f (t + k s) k = 0, 1, 2,
A typical example of a deterministic periodic function is a trigonometric series, e.g. sin() =
sin( + 2k) or cos() = cos( + 2k). The trigonometric series are sometimes used in
econometrics to model time series with strong seasonality. Of course, seasonal dummy
variables are also used in econometrics to handle strong seasonality.
For stochastic process Zt , we say that it is a seasonal (or periodic) time series with periodicity s if Zt and Zt+ks have the same distribution. Such processes are common in business
and economics. For instance, the series of monthly sales of a department store in the U.S.
tends to peak at December and to be periodic with a periodicity 12.
In what follows, we shall use s to denote periodicity of a seasonal time series. Often s = 4
and 12 are used for quarterly and monthly time series, respectively.
Some examples of seasonal time series:
1. Monthly U.S. Retail and Food Service Sales from January 1992 to August 2008 in
millions of dollars.
2. Electricity consumption of an industrial sector of U.S.
A. Pure seasonal time series
General Model: (B s )Zt = C + (B s )at where C is a constant,
(B s ) = 1 1 B s 2 B 2s P B P s ,
(B s ) = 1 1 B s 2 B 2s Q B Qs
13.0
12.8
12.6
12.0
12.2
rfs
12.4
1995
2000
tdx
2005
9.6
9.4
log-consu
9.8
10.0
1975
1980
1985
year
1990
ACF:
` =
1+2
if ` = 12
if ` =
6 0 or 12.
c
.
1
1
2.
12 a
ACF:
` =
Nov.
Z11
Z23
Feb
Z2
Z14
Dec.
Z12
Z24
..
.
Here the column-effects are the regular serial corrections and the row-effects denote the
annual correlations.
A special model: The airline model
(1 B)(1 B 12 )Zt = (1 B)(1 B 12 )at
where || < 1 and || < 1. This model is the most used seasonal model in practice. It
was proposed by Box and Jenkins (1976) for modeling the well-known monthly series of
airline passengers. It has been shown, Cleveland and Tiao (1976), that the X-11 technique
of seasonal adjustment used by the US government is in fact close to this model.
Let Wt = (1 B)(1 B 12 )Zt , where (1 B) and (1 B 12 ) are usually referred to as the
regular and seasonal difference, respectively. Obviously, Wt = c+(1B)(1B 12 )at
is a multiplicative MA model. It pays to study carefully this seasonal MA model. For
simplicity, assume c = 0.
Mean: E(Wt ) = 0.
Variance: Var(Wt ) = (1 + 2 )(1 + 2 )a2
ACF:
` =
1+2
(1+ )(1+2 )
1+2
(1+2 )(1+2 )
for ` = 0
for ` = 1
for ` = 11
for ` = 12
for ` = 13
otherwise.
` =
1+2 +2
1+2 +2
1+2 +2
for ` = 1
for ` = 11
for ` = 12
otherwise.
Notice that the difference between this and that of multiplicative model. The ACF structure also highlights the parsimony of the multiplicative model as both models use two
parameters, yet the multiplicative model covers serial correlation at lag 13.
5
Zt =
k
X
ri cos(i t + i ) + Xt =
i=1
k
X
i=1
(1 B 12 )[
ri cos(i t + i )] = 0
i=1
and
(1 B 12 )Zt = (1 B 12 )Xt .
This latter equation points out an important fact that is commonly overlooked by data
analysts. The model seems to indicate that there is a common factor (1 B 12 ) on both
sides of the equation, implying that one might say that Zt = Xt . However, this is only part
of the picture, as we know that the origial time series Zt is Xt plus some cyclical trend.
Thus, the correct cancellation formula is
Zt = f (t, 12) + Xt
where f (t) is a deterministic function of period 12.
F. Component Models
There is a growing literature in considering component models in time series literature.
The component model has a long history, it is basically assume that
Zt = Tt + St + Rt
where Tt , St , Rt are respectively the trend, seasonal and irregular components of
Zt . The three components are assumed to be independent. The common approach to
component model is the structural model, e.g. Harvey (1990), which assumes a particalar
model for each of the three components, then estimate the parameters involved by maximum
likelihood method.
The idea of such a component model is appealing. However, one must use the model with
care. Why? Basically, the model is not identifiable. In other words, there are infinite
many ways to decompose a time series into the three components.
A simpel example is in order. Consider the ARIMA(0,1,1) model
(1 B)Zt = (1 B)at .
This is a model we can build from data. However, this model may arise from many sources.
Case 1: Write Zt = Tt + bt where Tt = Tt1 + et and {et } and {bt } are independent white
noise series. Then, we have
(1 + 2 )a2 = e2 + 2b2
7
and a2 = b2 .
and a2 = e2 + b2 .
Thus, given models for the component Tt and bt , we can determine and a2 . On the other
hand, given and a2 , there is no way we can determine which case is the true underlying
model. In practice, only Zt is available (observable), implying that we can only CHECK
the model for Zt . Therefore, the identifiability problem arises.
One can resolve the identifiability problem if he/she is willing to add certain conditions.
For example, in the above instance, one may require that Tt is a random walk. Then, case
1 is the solution. Do not overlook this identifiability problem if you make inference about
the components.
In summary, the component model is suitable for forecasting. To use it to make inference
on components, one must understand the assumption used to obtain the decomposition
and the fact that the decomposition obtained is only one of many possible decompositions.