statsmodels.tsa.holtwinters.HoltWintersResults.forecast
-
HoltWintersResults.forecast(steps=
1
)[source]
Out-of-sample forecasts
- Parameters:
- steps
int
The number of out of sample forecasts from the end of the
sample.
- Returns:
- forecast
ndarray
Array of out of sample forecasts
Last update:
Nov 14, 2024