This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.tmin

scipy.stats.tmin(a, lowerlimit=None, axis=0, inclusive=True)
Returns the minimum value of a, along axis, including only values less than (or equal to, if inclusive is True) lowerlimit. If the limit is set to None, all values in the array are used.

Previous topic

scipy.stats.tvar

Next topic

scipy.stats.tmax

This Page

Quick search