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 – Array of out of sample forecasts
Return type: array

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.holtwinters.HoltWintersResults.forecast.html