statsmodels.tsa.arima_model.ARIMAResults.summary

ARIMAResults.summary(alpha=0.05)

Summarize the Model

Parameters: alpha (float, optional) – Significance level for the confidence intervals.
Returns: smry – This holds the summary table and text, which can be printed or converted to various output formats.
Return type: Summary instance

© 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.tsa.arima_model.ARIMAResults.summary.html