statsmodels.tsa.forecasting.theta.ThetaModelResults.forecast¶
-
ThetaModelResults.forecast(steps=
1
, theta=2
)[source]¶ Forecast the model for a given theta
Notes
The forecast is computed as
where
is the SES forecast of the endogenous variable using the parameter . is the slope of a time trend line fitted to X using the terms 0, 1, …, T-1.This expression follows from [1] and [2] when the combination weights are restricted to be (theta-1)/theta and 1/theta. This nests the original implementation when theta=2 and the two weights are both 1/2.
References