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.
Diese Übung ist Teil des Kurses
Forecasting Product Demand in R
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Calculate the average of historical proportions
prop_hi <- mean(___/SEC_total)
prop_lo <- mean(___/___)