If two time series follow a GARCH process, and a third is a linear combination of them, is the third also GARCH process?
Answer
I think there are a lot of different ways to specify this problem. For simplicity, consider independent Garch processes r1,t∼N(0,σ21,t)
σ21,t=β1,1+β1,2ε21,t−1+β1,3σ21,t−1
and r2,t∼N(0,σ22,t)
σ22,t=β2,1+β2,2ε22,t−1+β2,3σ22,t−1
where [ε1,tε2,t]∼N(0,[1001]).
In this case, the linear combination equals r3,t=α1r1,t+α2r2,t∼N(0,α21σ21,t+α22σ22,t)
Assuming the coefficients in the Garch equations are constrained to be positive and sum to less than or equal to one on the lagged values, then r3,t will also follow a Garch process as a result of inheriting the Garch variances of the other variables.
No comments:
Post a Comment