This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Returns a Winsorized version of the input array.
The (limits[0])th lowest values are set to the (limits[0])th percentile, and the (limits[1])th highest values are set to the (limits[1])th percentile. Masked values are skipped.
Parameters : | a : sequence
limits : {None, tuple of float} optional
inclusive : {(True, True) tuple} optional
inplace : {False, True} optional
axis : {None, int} optional
|
---|