statsmodels.tsa.holtwinters.HoltWintersResults.forecast¶ HoltWintersResults.forecast(steps=1)[source]¶ 样本外预测 Parameters:¶ stepsint样本外预测的数量从样本的末尾开始。 Returns:¶ forecastndarray样本外预测数组 Last update: Oct 16, 2024