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).
Trims an array by masking some proportion of the data on each end. Returns a masked version of the input array.
Parameters : | a : sequence
limits : {None, tuple} optional
inclusive : {(True,True) tuple} optional
axis : {None,int} optional
|
---|