forecast_demand
Forecast next-period demand using simple moving average or single exponential smoothing based on a historical demand series.
Instructions
Forecasts next-period demand via simple moving average (sma) or single exponential smoothing (ses). DEPENDS ON: a historical demand series which would normally come from get_goods_movement_history (currently blocked) — pass demandSeries directly for now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alpha | No | ||
| method | No | ||
| windowSize | No | ||
| demandSeries | Yes |