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).

scipy.stats.stderr

scipy.stats.stderr(*args, **kwds)

stderr is deprecated!

scipy.stats.stderr is deprecated; please update your code to use scipy.stats.sem.

Returns the estimated population standard error of the values in the passed array (i.e., N-1). Axis can equal None (ravel array first), or an integer (the axis over which to operate).

Previous topic

scipy.stats.std

Next topic

scipy.stats.sem

This Page