This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
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 |