statsmodels.tsa.ardl.ARDLResults.summary# ARDLResults.summary(alpha=0.05)[source]# Summarize the Model Parameters: alphafloat, optionalSignificance level for the confidence intervals. Returns: SummaryThis holds the summary table and text, which can be printed or converted to various output formats. See also statsmodels.iolib.summary.Summary