Generating Continuous Forecasts
Start Timer
0:00:00
You’re in charge of forecasting revenue for a certain target over the next quarter for a certain company.
Given three parameters of:
N
days(N)
- Total Revenue Target
(XYZ)
- Day 1 Revenue (
day_one_rev
)
How would you build a function to return a list of daily forecasted revenue starting from Day 1 to the end of the quarter (Day N)?
Note: The company’s product is expected to have continual linear growth from Day 1 to Day N, starting from their CURRENT average daily revenue number.
Recommended questions for you
Personalized based on your user activity, skill level, and preferences.
.
.
.
.
.
.
.
.
.
Comments