Compute the trimmed maximum
This function computes the maximum value of an array along a given axis, while ignoring values larger than a specified upper limit.
Parameters : | a : array_like
upperlimit : None or float, optional
axis : None or int, optional
inclusive : {True, False}, optional
|
---|---|
Returns : | tmax : float |