This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.1).
Returns the arithmetic mean of all values in an array, ignoring values strictly outside given limits.
Parameters: | a : array limits : None or (lower limit, upper limit)
inclusive : (bool, bool)
|
---|---|
Returns: | A float. : |