statsmodels.tsa.ardl.UECMResults.summary¶
-
UECMResults.summary(alpha=
0.05
)¶ 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:
Oct 03, 2024