Author: Eiko

Time: 2025-01-27 20:35:09 - 2025-01-27 20:41:23 (UTC)

Stationary ARMA Processes

  • ARMA means autoregressive (AR) moving average (MA).

  • This is an important class of processes described by finite difference equations.

  • It has an elegant theory of linear projections.

Core Concepts

White Noise

It is not the classical white noise we are talking about, in this context, a white noise is a stationary process {Zt}Z that is componentwise Gaussian, and have covariance (i.e. they don’t have to be independent for this definition).

Cov(Zs,Zt)=σ2δst.

This is expected to generate all the randomness of our system and provide an easy framework for the concept of causuality, similar to what Ft=σ({Zi:it}) means.

ARMA

{Xt} is ARMA(p,q) if

  • X is stationary

  • For each t, we have

    Xtϕ1Xt1ϕpXtp=Zt+θ1Zt1++θqZtq.

One can write this difference equation in operator form, writing B for the backward shifting operator, we have polynomials ϕ(z)=ϕizi and θ(z)=θizi with ϕ0=θ0=1. We can write the above equation as

ϕ(B)Xt=θ(B)Zt.

Example

  • The MA(q) process is defined by ϕ(z)=1 and so

    Xt=θ(B)Zt.

    We can compute

    Cov(Xt+h,Xt)=σ2j=0q|h|θj+|h|θj

    thus it is stationary.

Existence Of Solution

  • For the ARMA(p,q) process, if 0ϕ(D(0,1)), then it has a unique stationary solution given by Xt=j=0ψjZtj where ψ(z)=θ(z)ϕ(z), converging on some ring domain r1<|z|<r.

  • The solution is causal if ψ(z) does not involve negative powers of z, only depends on the past.

  • If ϕ(D(0,1)) does not contain 0, then there is a causal solution given by the same formula.