statsmodels.tsa.holtwinters.Holt.predict¶
method
-
Holt.
predict
(params, start=None, end=None)¶ Returns in-sample and out-of-sample prediction.
- Parameters
- paramsarray
The fitted model parameters.
- startint, str, or datetime
Zero-indexed observation number at which to start forecasting, ie., the first forecast is start. Can also be a date string to parse or a datetime type.
- endint, str, or datetime
Zero-indexed observation number at which to end forecasting, ie., the first forecast is start. Can also be a date string to parse or a datetime type.
- Returns
- predicted valuesarray