使ARMA(1,1)模型有意義的一個條件 - 經濟

Table of Contents

希望我沒解錯.

let r(t)=x(t), a(t)=y(t), ψ=k and θ=j (only for convenience, it is very hard
for me to type those characters...)

and suppose |k| < 1 and |j| < 1

therefore, we have x(t)-k(1)x(t-1) = k(0)+y(t)-j(1)y(t-1)

by lag operator, we have x(t)-k(1)Lx(t) = k(0)+y(t)-j(1)Ly(t)

so, (1-k(1)L)x(t) = k(0)+(1-j(1)L)y(t)

[(1-k(1)L)^(-1)](1-k(1)L)x(t)
= [(1-k(1)L)^(-1)]k(0)+[(1-k(1)L)^(-1)](1-j(1)L)y(t)

x(t) = [(1-k(1)L)^(-1)]k(0)+[(1-k(1)L)^(-1)](1-j(1)L)y(t)

if k(1)=j(1), then

x(t) = [(1-k(1)L)^(-1)]k(0)+y(t)

and x(t) becomes a white noise with intercept term.

--

All Comments

Donna avatarDonna2009-05-06
sincerely thx :)