This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Calculates the standard error of the mean (or standard error of measurement) of the values in the passed array.
Parameters : | a: array like :
axis: int or None, optional. :
ddof: int :
|
---|---|
Returns : | The standard error of the mean in the sample(s), along the input axis : |