5 Theory
5 Theory
Pere
Department of Mathematics and Systems Analysis Fall 2023
Aalto University Exercise 5.
5. Theoretical exercises
Demo exercises
Throughout these exercises, assume that E[xt−v ϵt ] = 0 for all v ≥ 1. In addition, assume that
(ϵt )t∈T ∼ i.i.d.(0, σ 2 ), such that σ 2 < +∞.
5.1 Consider the following ARMA processes:
3
xt + xt−1 = ϵt − ϵt−1 (1)
4
5 1
xt + xt−2 = ϵt − ϵt−1 + ϵt−2 (2)
6 6
1 4
xt − ϵt − xt−4 − ϵt−2 = 0 (3)
16 9
Which of the processes are (weakly) stationary? Which of the processes are invertible?
Solution. An ARMA process is stationary, if the zeros of the autoregressive polynomial
lie outside the closed unit disk. An ARMA process is invertible, if the zeros of the moving
average polynomial lie outside the closed unit disk.
(1) AR polynomial:
3
1+ L=0
4
4
L=−
3
4
− >1
3
The process is stationary. MA polynomial:
1−L=0
L=1
The process is not invertible.
(2) AR polynomial:
1 + L2 = 0
L = ±i
|L| = 1
The process is not stationary. MA polynomial:
5 1
1 − L + L2 = 0
6 6
q
5 1
6
± 36
L= 2 = 3 or 2
6
The process is invertible.
1/4
Prediction and Time Series Analysis P. Pere / J. Pere
Department of Mathematics and Systems Analysis Fall 2023
Aalto University Exercise 5.
(3) AR polynomial:
1 4
1− L =0
16
L = ±2 or
L = ±2i,
which gives,
|L| = 2
and thus the process is stationary. MA polynomial:
4
1 + L2 = 0
9
3
L=± i
2
3 3
± i =
2 2
5.2 Let γ(·) be the autocovariance function of a weakly stationary process xt . Show that
the following properties hold.
(i) γ(0) ≥ 0,
(ii) |γ(τ )| ≤ γ(0), for every τ ∈ T ,
(iii) γ(τ ) = γ(−τ ), for every τ ∈ T .
Solution. Recall that a weakly stationary process xt satises Var(xt ) < ∞, for every
t ∈ T . The autocovariance function of the process is
|E ((xt − E(xt )) (xt−τ − E(xt−τ )))|2 ≤ E (xt − E(xt ))2 E (xt−τ − E(xt−τ ))2
2/4
Prediction and Time Series Analysis P. Pere / J. Pere
Department of Mathematics and Systems Analysis Fall 2023
Aalto University Exercise 5.
γ(−τ ) = Cov (xt , xt+τ ) = Cov (xt+τ , xt ) = Cov (xt , xt−τ ) = γ(τ ),
since the autocovariance of a stationary process depends only on the time interval
between the two random variables.
5.3 Derive the optimal 3-step prediction for the stationary AR(2) process
in the sense of mean squared error, when the process has been observed up to the time
t. Assume that xt and εs are independent when s > t. What is the recursive formula of
s-step prediction?
Solution. The 1-step prediction is
The s-step does not admit a closed form representation, but it can be written recursively
as
3/4
Prediction and Time Series Analysis P. Pere / J. Pere
Department of Mathematics and Systems Analysis Fall 2023
Aalto University Exercise 5.
Homework
5.4 Consider the following ARMA processes:
5.5 Derive the optimal s-step prediction for the invertible MA(q ) process,
q
εt ∼ iid(0, σ 2 ),
X
xt = θi Li εt ,
i=0
θ0 = 1,
in the sense of mean squared error, when the process εt has been observed up to point
of time t.
4/4