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
|