The correct answer is C.
Explanation:
Recall that the lag operator L is defined such that:
LYt=Yt−1
For the MA(2) model:
Yt=0.1+0.8ϵt−1+0.16ϵt−2+ϵt
We can rewrite this using the lag operator:
- ϵt−1=Lϵt
- ϵt−2=L2ϵt
Substituting:
Yt=0.1+0.8Lϵt+0.16L2ϵt+ϵt
Yt=0.1+ϵt(0.8L+0.16L2+1)
Note that the constant term 0.1 is not affected by the lag operator. The lag polynomial is therefore:
ϵt(0.8L+0.16L2+1)
This corresponds to option C.