This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.sem
-
scipy.stats.sem(a, axis=0)
- Returns the standard error of the mean (i.e., using N) of the values
in the passed array. Axis can equal None (ravel array first), or an
integer (the axis over which to operate)