forecast
Predict future values of a numeric time series from historical observations, with optional uncertainty bands and automatic seasonality detection.
Instructions
Forecast a single numeric time series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | The historical observations in chronological order (oldest first). | |
| horizon | No | How many future steps to predict. | |
| quantiles | No | Symmetric coverage levels for uncertainty bands, e.g. [0.9]. Omit for point forecasts only. | |
| season_length | No | Known seasonal period (e.g. 7 for daily-with-weekly, 12 for monthly-with-yearly). Leave null to auto-detect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||