This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.0).
Trims the data by masking values from one tail.
Parameters : | data : array_like
proportiontocut : float, optional
tail : {‘left’,’right’}, optional
inclusive : {(bool, bool) tuple}, optional
axis : int, optional
|
---|---|
Returns : | trimtail : ndarray
|