statsmodels.tsa.ar_model.AutoRegResults.summary¶
-
AutoRegResults.summary(alpha=
0.05
)[source]¶ Summarize the Model
- Parameters:¶
- alpha
float
,optional
Significance level for the confidence intervals.
- alpha
- Returns:¶
- smry
Summary
instance
This holds the summary table and text, which can be printed or converted to various output formats.
- smry
See also
Last update:
Oct 03, 2024