Definition

The Extended Autocorrelation Function (EACF) is a method for identifying the orders of an ARMA model by filtering out the AR component and examining the resulting MA structure.

Procedure

For ARMA(p,q), neither ACF nor PACF cuts off cleanly. EACF provides a systematic way to identify both and .

  1. Start with AR(0): Compute sample ACF of (original series)
  2. For each candidate AR order : Fit AR() and compute residuals
  3. For each candidate MA order : Examine ACF of filtered series

  1. Create EACF table: Mark whether ACF at lag is significantly different from zero
  2. Identify p,q: For ARMA(p,q), the EACF table shows a triangle of zeros starting at row , column :
    • If AR order and MA order : is MA()
    • ACF at lag should be zero for

EACF Table Pattern

For ARMA(1,1):

MA(0)MA(1)MA(2)MA(3)
AR(0)XXXX
AR(1)XOOO
AR(2)XXOO
AR(3)XXXO

Triangle of zeros starts at (AR=1, MA=1) → ARMA(1,1)

Practical Limitation

Sample EACF rarely shows a perfect triangle pattern. Look for approximate patterns.

Decision Rule

EACF at lag is significant if: