Search
Search Results
Search finished, found 28 page(s) matching the search query.
- numpy.median
...NumPy reference Routines and objects by topic Statistics numpy.median...
- numpy.ma.median (Python function, in numpy.ma.median)
- numpy.median (Python function, in numpy.median)
- NumPy 1.10.0 Release Notes
...ays, getting a single masked item no longer returns a corrupted masked array, but a fully masked version of the item. Median warns and returns nan when invalid values are encountered Similar to mean, median and percentile now emits a Runt...
- NumPy 1.10.2 Release Notes
...checking. Issues Fixed gh-6019 Masked array repr fails for structured array with multi-dimensional column. gh-6462 Median of empty array produces IndexError. gh-6467 Performance regression for record array access. gh-6468 numpy.interp...
- NumPy 1.11.1 Release Notes
...m(): Don’t convert object arrays to float. #7638 BLD: Correct C compiler customization in system_info.py. #7654 BUG: ma.median of 1d array should return a scalar. #7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2. #7660 BUG: Temporar...
- NumPy 1.11.2 Release Notes
...ot require nose. #7919 BLD: Fixed MKL detection for recent versions of this library. #7920 BUG: Fix for issue #7835 (ma.median of 1d). #7932 BUG: Monkey-patch _msvccompile.gen_lib_option like other compilers. #7939 BUG: Check for HAVE_LDOUB...
- NumPy 1.12.0 Release Notes
...m, product, sometrue, alltrue, any, all, amax, amin, prod, mean, std, var, nanmin, nanmax, nansum, nanprod, nanmean, nanmedian, nanvar, nanstd bitwise_and identity changed The previous identity was 1, it is now -1. See entry in Improvemen...
- NumPy 1.12.1 Release Notes
...can be found on PyPI, Bugs Fixed BUG: Fix wrong future nat warning and equiv type logic error… BUG: Fix wrong masked median for some special cases DOC: Place np.average in inline code TST: Work around isfinite inconsistency on i386 BUG:...
- NumPy 1.17.0 Release Notes
...ort Fraction a = np.array([[Fraction(1, 2), Fraction(1, 3)], [Fraction(1, 3), Fraction(1, 2)]]) b = a @ a Changes median and percentile family of functions no longer warn about nan numpy.median, numpy.percentile, and numpy.quantile us...
- NumPy 1.6.2 Release Notes
...tack and concatenate #1149: make argmin() work for datetime #1672: fix allclose() to work for scalar inf #1747: make np.median() work for 0-D arrays #1776: make complex division by zero to yield inf properly #1675: add scalar support for th...
- NumPy 1.7.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 1.9.2 Release Notes
- NumPy quickstart
- numpy.ma.median
- numpy.median
- numpy.nanmedian
- numpy.nanpercentile
- numpy.pad
- numpy.percentile
- numpy.quantile
- numpy.random.Generator.logistic
- numpy.random.logistic
- numpy.random.RandomState.logistic
- Standard array subclasses
- numpy.nanmedian (Python function, in numpy.nanmedian)