statsmodels.tsa.ardl.ARDLResults.summary

ARDLResults.summary(alpha=0.05)[source]

Summarize the Model

Parameters:
alphafloat, optional

Significance level for the confidence intervals.

Returns:
Summary

This holds the summary table and text, which can be printed or converted to various output formats.


Last update: Mar 18, 2024