scipy.stats.mstats.describe

scipy.stats.mstats.describe(a, axis=0)

Computes several descriptive statistics of the passed array.

Parameters:

a : array

axis : int or None

Returns:

(size of the data (discarding missing values), :

(min, max), arithmetic mean, unbiased variance, biased skewness, biased kurtosis)