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.samplevar
-
scipy.stats.samplevar(a, axis=0)
- Returns the sample standard deviation of the values in the passed
array (i.e., using N). Axis can equal None (ravel array first),
an integer (the axis over which to operate)