1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Forecasting Product Demand in R

Connected

अभ्यास

Visualizing residual forecasts

Like we have done throughout the course, we should visualize what these forecasts look like. Your model object is for_MET_hi_arima. Remember, your forecast is stored as the mean element of your model object.

निर्देश

100 XP
  • Convert your forecast into an xts object. Use the dates_valid object code provided as your index.
  • Plot your forecast.