Top-down forecast for new region
Let's get top-down forecasts for each of the products in the southeast coastal region. There are two products - a high value and low value. You have the following objects for sales SEC_hi, SEC_lo, and SEC_total in your workspace. You also have SEC_hi_v and SEC_lo_v for validation.
Cet exercice fait partie du cours
Forecasting Product Demand in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Calculate the average of historical proportions
prop_hi <- mean(___/SEC_total)
prop_lo <- mean(___/___)