Trims the smallest and largest data values.
Trims the data by masking the int(proportiontocut * n) smallest and int(proportiontocut * n) largest values of data along the given axis, where n is the number of unmasked values before trimming.
Parameters : | data : ndarray
proportiontocut : float, optional
inclusive : {(bool, bool) tuple}, optional
axis : int, optional
|
---|