statsmodels.tsa.forecasting.theta.ThetaModel.fit¶
- ThetaModel.fit(use_mle=False, disp=False)[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)
When estimating the model using 2-step estimation, the model parameters are estimated using the OLS regression
and the SES