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.