I am struggling with a math problem set question and just wanting some pointers:
I have this a stationary time series (MA(h)) that satisfies this equation below and has the sigma^2 below
xt=(ut+ut-1+ut-2+...ut-m)/m+1 with Var(x)=4.0
how do I figure out the roh(h) the auto correlation function of this?
-it is given as (m+1-h)/m+1 <= h <=1 but I don't know how to get to that point
-I do know:
--sigma(h)/sigma(0) = ACF (sigma =autocovariance of 0 and h)
--sigma(h) = variance [sum aplha(i)*alpha(i+h)] if i<=q 0 else wherd
--when h =0 acf(h)=1 to start then it degrades to 0
any hints on where to start here?