RecursiveLSResults.summary()

statsmodels.regression.recursive_ls.RecursiveLSResults.summary

RecursiveLSResults.summary(alpha=0.05, start=None, title=None, model_name=None, display_params=True)

Summarize the Model

Parameters:

alpha : float, optional

Significance level for the confidence intervals. Default is 0.05.

start : int, optional

Integer of the start observation. Default is 0.

model_name : string

The name of the model used. Default is to use model class name.

Returns:

summary : Summary instance

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

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.summary.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部