Autoregressive Integrated Moving Average - Definition

Definition

Given a time series of data where is an integer index and the are real numbers, then an ARMA(p,q) model is given by:


\left( 1 - \sum_{i=1}^{p} \alpha_i L^i
\right) X_t
=
\left( 1 + \sum_{i=1}^q \theta_i L^i
\right) \varepsilon_t \,

where is the lag operator, the are the parameters of the autoregressive part of the model, the are the parameters of the moving average part and the are error terms. The error terms are generally assumed to be independent, identically distributed variables sampled from a normal distribution with zero mean.

Assume now that the polynomial has a unitary root of multiplicity d. Then it can be rewritten as:


\left( 1 - \sum_{i=1}^p \alpha_i L^i
\right)
=
\left( 1 - \sum_{i=1}^{p-d} \phi_i L^i
\right)
\left( 1 - L
\right)^{d} .


An ARIMA(p,d,q) process expresses this polynomial factorisation property, and is given by:


\left( 1 - \sum_{i=1}^p \phi_i L^i
\right)
\left( 1-L
\right)^d
X_t
=
\left( 1 + \sum_{i=1}^q \theta_i L^i
\right) \varepsilon_t \,

and thus can be thought as a particular case of an ARMA(p+d,q) process having the auto-regressive polynomial with some roots in the unity. For this reason every ARIMA model with d>0 is not wide sense stationary.

Read more about this topic:  Autoregressive Integrated Moving Average

Famous quotes containing the word definition:

    It’s a rare parent who can see his or her child clearly and objectively. At a school board meeting I attended . . . the only definition of a gifted child on which everyone in the audience could agree was “mine.”
    Jane Adams (20th century)

    Scientific method is the way to truth, but it affords, even in
    principle, no unique definition of truth. Any so-called pragmatic
    definition of truth is doomed to failure equally.
    Willard Van Orman Quine (b. 1908)

    No man, not even a doctor, ever gives any other definition of what a nurse should be than this—”devoted and obedient.” This definition would do just as well for a porter. It might even do for a horse. It would not do for a policeman.
    Florence Nightingale (1820–1910)