Search
Searching.
- numpy.ma.masked_array.trace
...numpy.ma.masked_array.trace...
- numpy.ma.masked_array.trace (Python method, in numpy.ma.masked_array.trace)
- Constants of the
numpy.ma
module.... MaskedArray.sum([axis, dtype, out, keepdims]) Return the sum of the array elements over the given axis. MaskedArray.trace([offset, axis1, axis2, ...]) Return the sum along diagonals of the array. MaskedArray.var([axis, dtype, out, ddof...
- NumPy 1.10.4 Release Notes
...the next release. In the meantime, we suggest using one of the providers of windows binaries. Compatibility notes The trace function now calls the trace method on subclasses of ndarray, except for matrix, for which the current behavior is...
- NumPy 1.11.0 Release Notes
...x) == 1:shape = x[0].shape else:shape = np.broadcast(*x).shape Instead, np.broadcast can be used in all cases. np.trace now respects array subclasses This behaviour mimics that of other functions such as np.diagonal and ensures, e.g.,...
- NumPy 1.13.0 Release Notes
- NumPy 1.23.0 Release Notes
...f its use in tool/allocation_tracking has been removed. The ability to track allocations is now built-in to python via tracemalloc. (gh-20394) numpy.distutils has been deprecated, as a result of distutils itself being deprecated. It will...
- NumPy 2.0.0 Release Notes
...ng_function has been removed. Use np.set_printoptions instead with a formatter for custom printing of NumPy objects. np.tracemalloc_domain is now only available from np.lib. np.recfromcsv and np.recfromtxt were removed from the main namespa...
- numpy.concat
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concat...
- numpy.concatenate
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concatenate...
- numpy.ma.allclose
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.allclose...
- numpy.ma.allequal
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.allequal...
- numpy.ma.anom
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.anom...
- numpy.ma.anomalies
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.anomalies...
- numpy.ma.append
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.append...
- numpy.ma.apply_over_axes
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.apply_over_axes...
- numpy.ma.argmin
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.argmin...
- numpy.ma.argsort
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.argsort...
- numpy.ma.array
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.array...
- numpy.ma.asanyarray
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.asanyarray...
- numpy.ma.asarray
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.asarray...
- numpy.ma.average
...mask=[False, False], fill_value=1e+20) >>> np.ma.average(data, axis=0, weights=[[1./4, 3./4], [1., 1./2]]) Traceback (most recent call last): ... ValueError: Shape of weights must be consistent with shape of a along specifi...
- numpy.ma.choose
- numpy.ma.clump_masked
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.clump_masked...
- numpy.ma.clump_unmasked
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.clump_unmasked...
- numpy.ma.compress_rowcols
- numpy.ma.compressed
- numpy.ma.concatenate
- numpy.ma.corrcoef
- numpy.ma.correlate
- numpy.ma.count
- numpy.ma.count_masked
- numpy.ma.cov
- numpy.ma.cumsum
- numpy.ma.diag
- numpy.ma.diagflat
- numpy.ma.diff
- numpy.ma.dot
- numpy.ma.ediff1d
- numpy.ma.fix_invalid
- numpy.ma.fromflex
- numpy.ma.getdata
- numpy.ma.getmask
- numpy.ma.getmaskarray
- numpy.ma.in1d
- numpy.ma.intersect1d
- numpy.ma.is_mask
- numpy.ma.is_masked
- numpy.ma.isarray
- numpy.ma.isin
- numpy.ma.isMA
- numpy.ma.isMaskedArray
- numpy.ma.left_shift
- numpy.ma.mask_cols
- numpy.ma.mask_rowcols
- numpy.ma.mask_rows
- numpy.ma.masked_all
- numpy.ma.masked_all_like
- numpy.ma.masked_array
- numpy.ma.masked_array.all
- numpy.ma.masked_array.anom
- numpy.ma.masked_array.any