This is documentation for an old release of SciPy (version 0.8.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.std
-
scipy.stats.std(a, axis=0, bias=False)
Returns the estimated population standard deviation 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).