scipy.stats.tmax
-
scipy.stats.tmax(a, upperlimit, axis=0, inclusive=True)
- Returns the maximum value of a, along axis, including only values
greater than (or equal to, if inclusive is True) upperlimit. If the limit
is set to None, a limit larger than the max value in the array is
used.