statsmodels.regression.recursive_ls.RecursiveLSResults.summary¶
-
RecursiveLSResults.
summary
(alpha=0.05, start=None, title=None, model_name=None, display_params=True, display_diagnostics=True, truncate_endog_names=None, display_max_endog=None, extra_top_left=None, extra_top_right=None)¶ Summarize the Model
- Parameters
- Returns
- summary
Summary
instance
This holds the summary table and text, which can be printed or converted to various output formats.
- summary
See also