statsmodels.tsa.forecasting.theta.ThetaModelResults.summary¶
- ThetaModelResults.summary() statsmodels.iolib.summary.Summary [source]¶
Summarize the model
- Returns
Summary
This holds the summary table and text, which can be printed or converted to various output formats.
See also