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.1).
Returns the standard error of the trimmed mean along the given axis.
Parameters : | a : sequence
limits : {(0.1,0.1), tuple of float}, optional
inclusive : {(bool, bool) tuple} optional
axis : int, optional
|
---|---|
Returns : | trimmed_stde : scalar or ndarray |