1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Forecasting Product Demand in R

Connected

Exercises

auto.arima function

Let's try to forecast the residuals from the model using time series! Your residuals are stored as MET_hi_full_res.

คำแนะนำ

100 XP
  • Use the auto.arima function to build a model on the residuals.
  • Save the model object as MET_hi_arima.
  • Look at a summary of the model.