3.11.7.2.1. statsmodels.stats.descriptivestats.Describe

class statsmodels.stats.descriptivestats.Describe(dataset)[source]

Calculates descriptive statistics for data.

Defaults to a basic set of statistics, “all” can be specified, or a list can be given.

Parameters:

dataset : array-like

2D dataset for descriptive statistics.

__init__(dataset)[source]

3.11.7.2.1.1. Methods

__init__(dataset)
print_summary(stats[, orientation])
sign_test(samp[, mu0]) Signs test.
summary([stats, columns, orientation]) Return a summary of descriptive statistics.