statsmodels.tsa.forecasting.theta.ThetaModel.fit¶
-
ThetaModel.fit(use_mle=
False
, disp=False
)[source]¶ Estimate model parameters.
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
Last update:
Oct 03, 2024