1. 학습
  2. /
  3. 강의
  4. /
  5. Forecasting Product Demand in R

Connected

연습 문제

Using proportion of historical averages

Now let's try doing that exact same thing, but with the proportion of historical averages technique instead. Your forecast is saved as for_MET_t_xts, your sales objects are MET_hi, MET_lo, MET_sp, and MET_total, and you have three validation data sets called MET_hi_v, MET_lo_v, and MET_sp_v.

지침 1/3

undefined XP
    1
    2
    3
  • Calculate the proportion of historical averages for each product in the metropolitan region (MET_hi, MET_lo, and MET_sp).