scipy.stats.mstats.std

scipy.stats.mstats.std(a, axis=None)

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

Previous topic

scipy.stats.mstats.spearmanr

Next topic

scipy.stats.mstats.stderr

This Page