Estimating Moving Average (MA) Model in R

Premium

We will now see how we can fit an MA model to a given time series using the arima() function in R. Recall that MA model is an ARIMA(0, 0, 1) model.

We can use the arima() function in R to fit the MA model by specifying order = c(0, 0, 1).

Unlock Premium Content

Upgrade your account to access the full article, downloads, and exercises.

You'll get access to:

  • Access complete tutorials and examples
  • Download source code and resources
  • Follow along with practical exercises
  • Get in-depth explanations