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.tstd
-
scipy.stats.tstd(a, limits=None, inclusive=(1, 1))
- Returns the standard deviation of all values in an array,
ignoring values strictly outside the sequence passed to ‘limits’.
Note: either limit in the sequence, or the value of limits itself,
can be set to None. The inclusive list/tuple determines whether the
lower and upper limiting bounds (respectively) are open/exclusive
(0) or closed/inclusive (1).