The notation MA(
q) refers to the moving average model of order
q: : X_t = \mu + \varepsilon_t + \theta_1 \varepsilon_{t-1} + \cdots + \theta_q \varepsilon_{t-q} = \mu + \sum_{i=1}^q \theta_i \varepsilon_{t-i} + \varepsilon_{t}, where \mu is the mean of the series, the \theta_1,...,\theta_q are the coefficients of the model and \varepsilon_t, \varepsilon_{t-1},..., \varepsilon_{t-q} are the error terms. The value of
q is called the order of the MA model. This can be equivalently written in terms of the
backshift operator B as :X_t = \mu + (1 + \theta_1 B + \cdots + \theta_q B^q)\varepsilon_t. Thus, a moving-average model is conceptually a
linear regression of the current value of the series against current and previous (observed) white noise error terms or random shocks. The random shocks at each point are assumed to be mutually independent and to come from the same distribution, typically a
normal distribution, with location at zero and constant scale. ==Interpretation==