W3cubDocs

/Statsmodels

statsmodels.iolib.summary2.Summary

class statsmodels.iolib.summary2.Summary [source]

Methods

add_array(array[, align, float_format]) Add the contents of a Numpy array to summary table
add_base(results[, alpha, float_format, …]) Try to construct a basic summary instance.
add_df(df[, index, header, float_format, align]) Add the contents of a DataFrame to summary table
add_dict(d[, ncols, align, float_format]) Add the contents of a Dict to summary table
add_text(string) Append a note to the bottom of the summary table.
add_title([title, results]) Insert a title on top of the summary table.
as_html() Generate HTML Summary Table
as_latex() Generate LaTeX Summary Table
as_text() Generate ASCII Summary Table

© 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.iolib.summary2.Summary.html