Procedure

Parameter Estimation by Method of Moments equates sample moments with theoretical moments to solve for unknown model parameters.

AR(1)

For AR(1), the theoretical relationship is .

Replacing with sample autocorrelation :

AR(2)

For AR(2), the Yule-Walker equations relate parameters to autocorrelations:

Replacing with :

The estimators are:

AR(p)

For AR(p), substitute with in the Yule-Walker equations:

Solve this linear system to obtain .

Yule-Walker Estimator

This method is also called the Yule-Walker estimator for AR models.

MA(1)

For MA(1), the theoretical autocorrelation is:

Setting yields a quadratic equation in . If , there are two real roots:

The two roots multiply to 1, so only one satisfies the invertibility condition :

Method Fails

  • If : solution is , not invertible
  • If : no real solution exists

The method of moments is unreliable for MA models.

ARMA(1,1)

For ARMA(1,1), the autocorrelation function is:

Observe that , so:

Then use with and solve the resulting quadratic for , keeping only the invertible solution.