Fit MA(1) to a constructed series where noise is smoothed by a one-lag shock, and explain MA in words.
Fit MA(1) to a constructed series where noise is smoothed by a one-lag shock, and explain MA in words.
An MA(1) model uses the previous error, not the previous observation. ACF of a true MA(1) cuts off after lag 1.
Constructed MA(1): y_t = e_t + 0.6 e_{t-1}.
An ARIMA(0,0,1) summary. The MA coefficient should be in the neighbourhood of 0.6 for this construction.
MA terms capture short-lived shocks. If ACF cuts off quickly, an MA model is a candidate. Always confirm with residuals.
MA is about shocks, AR is about past values. They are not the same idea.