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 : |