开始使用免费开始使用

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.

本练习是课程的一部分

Forecasting Product Demand in R

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Calculate the average of historical proportions
prop_hi <- mean(___/SEC_total)
prop_lo <- mean(___/___)
编辑并运行代码