3.11.7. statsmodels.stats.descriptivestats¶
3.11.7.1. Functions¶
iteritems(obj, **kwargs) |
replacement for six’s iteritems for Python2/3 compat |
iterkeys(obj, **kwargs) |
|
sign_test(samp[, mu0]) |
Signs test. |
3.11.7.2. Classes¶
Describe(dataset) |
Calculates descriptive statistics for data. |
SimpleTable(data[, headers, stubs, title, ...]) |
Produce a simple ASCII, CSV, HTML, or LaTeX table from a rectangular (2d!) array of data, not necessarily numerical. |