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