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).
Compute the trimmed mean
This function finds the arithmetic mean of given values, ignoring values outside the given limits.
Parameters : | a : array_like
limits : None or (lower limit, upper limit), optional
inclusive : (bool, bool), optional
|
---|---|
Returns : | tmean : float |