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 minimum
This function finds the miminum value of an array a along the specified axis, but only considering values greater than a specified lower limit.
Parameters : | a : array_like
lowerlimit : None or float, optional
axis : None or int, optional
inclusive : {True, False}, optional
|
---|---|
Returns : | tmin: float : |