This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes several descriptive statistics of the passed array.
Parameters : | a : array_like
axis : int or None
|
---|---|
Returns : | size of the data : int
(min, max): tuple of ndarrays or floats :
arithmetic mean : ndarray or float
unbiased variance : ndarray or float
biased skewness : ndarray or float
biased kurtosis : ndarray or float
|