Stat 565: Some Basic Time Series Models
Stat 565: Some Basic Time Series Models
White noise
Random walk with drift
Moving average of order 1 MA(1)
Autoregressive of order 1 AR(1)
Simulated
2 =1
White noise
What is the mean function?
t =E[wt] = 0
What is the autocovariance function?
2
(h) = { , h = 1
{ 0, otherwise
Is white noise stationary?
Yes.
Random walk with drift
drift, a constant
xt = + xt-1 + wt
where {wt} is a white noise process, and
x0 = 0.
Simulated
Random walk (drift = 0.1)
Simulated
Your turn
Random walk with drift xt = t + t
j=1 wj
xt = 1wt-1 + wt
where {wt} is a white noise process.
Simulated
Your turn
MA(1) xt = 1wt-1 + wt
What is the mean function?
Is MA(1) stationary?
MA(1) 1= 1
xt = 1xt-1 + wt
where {wt} is a white noise process.
Simulated
AR(1) 1= 0.5
Simulated
AR(1)
Is AR(1) stationary?
AR(1) 1= 0.9
2 3
4 5
A General Linear Process
A linear process xt is defined to be a linear
combination of white noise variates, Zt,
1
X
xt = i Zt i
i=0
with
1
X
| i| < 1
i=0
This is enough to
ensure stationarity
Autocovariance
MA(1) we did
AR(1) you do
Backshift Operator
The backshift operator, B, is defined as
Bxt = xt-1
It can be extended to powers in the
obvious way:
2
B xt = (BB)xt = B(Bxt) = Bxt-1 = xt-2
k
So, B xt = xt-k
MA(1): xt = 1Zt-1 + Zt
AR(1): xt = 1xt-1 + Zt
Your turn
d
(1-B) can be expanded in the usual way,
2 2
e.g. (1 - B) = (1 - B)(1 -B) = 1 - 2B + B