statsmodels.tsa.forecasting.theta.ThetaModel.fit¶
-
ThetaModel.
fit
(use_mle: bool = False, disp: bool = False) → statsmodels.tsa.forecasting.theta.ThetaModelResults[source]¶ Estimate model parameters.
- Parameters
- Returns
ThetaModelResult
Model results and forecasting
Notes
When using MLE, the parameters are estimated from the ARIMA(0,1,1)
Xt=Xt−1+b0+(α−1)ϵt−1+ϵtWhen estimating the model using 2-step estimation, the model parameters are estimated using the OLS regression
Xt=a0+b0(t−1)+ηtand the SES
˜Xt+1=αXt+(1−α)˜Xt