scipy.stats.mstats.tmin

scipy.stats.mstats.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.mstats.tmean

Next topic

scipy.stats.mstats.trim

This Page

Quick search