Tsa L5
Tsa L5
Tsa L5
1
Lemma 3 (Jensen’s Inequality, Probabilistic Form) Let X be a random variable
and φ a convex function, then:
φ(E[X]) ⩽ E[φ(X)]
then we have:
1. |Xt | < ∞ a.s. i.e. P (|Xt | > α) → 0 as α → ∞.
1
P (|Xt | > α) ⩽ E|Xt | (Markov’s inequality)
α
∞
1 X
= E ψj wt−j
α j=−∞
∞
1 X
⩽ |ψj |E|wt−j |
α j=−∞
∞
1 X
⩽ |ψj ||E[wt−j ]| (By inequality (1) )
α j=−∞
∞
σ X
= |ψj | → 0 as α → ∞
α j=−∞
For 2:
2
2
X
E(Sm − Sn )2 =E ψj wt−j
n⩽|j|⩽m
X
= ψj2 E[wt−j
2
] (Since E[wi wj ] = 0 for i ̸= j)
n⩽|j|⩽m
X
= ψj2 σ 2
n⩽|j|⩽m
2
X
⩽σ 2 |ψj | → 0 as m, n → ∞
n⩽|j|⩽m
Xt = ϕXt−1 + wt , (2)
iid
Example 1 A simulated AR(1) series with ϕ = 0.9 and wt ∼ N (0, 1) (Figure
1), and the plot of Xt versus Xt−1 (Figure 2), where we can observe an obivious
linear relationship.
l i b r a r y ( ”TSA” )
data ( a r 1 . s ) ;
plot ( a r 1 . s , y l a b=expression (Y[ t ] ) , type= ’ o ’ )
plot ( y=a r 1 . s , x=z l a g ( a r 1 . s ) , y l a b=expression (Y[ t ] ) ,
x l a b=expression (Y[ t − 1 ] ) , type= ’ p ’ )
Figure 1: Figure 2:
3
Definition 5 (Back-shift Operator) For any time series {Xt }, a back-shift op-
erater B operates an element of the time series to produce the previous element,
i.e. BXt = Xt−1 .
Figure 3: Figure 4:
Remark 1 We can write
wt = Xt − ϕXt−1 = (1 − ϕB)Xt := ϕ(B)Xt ,
∞
X ∞
X
Xt = ϕj wt−j = ϕj B j wt := π(B)wt ,
j=0 j=0
P∞
where ϕ(B) = (1 − ϕB), π(B) = j=0 ϕj B j . Then we have
ϕ(B)π(B) = 1.
4
Definition 6 (Causality) A linear process {Xt } is said to be causal for {wt } if
there exists
X∞
2
ψ(B) = ψ0 + ψ1 B + ψ2 B + · · · = ψj B j
j=0
P∞
with j=0 |ψj | < ∞ and Xt = ψ(B)wt .