scipy.stats.mstats.tmax

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

Previous topic

scipy.stats.mstats.threshold

Next topic

scipy.stats.mstats.tmean

This Page

Quick search