MaskedArray.transpose()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.transpose(*axes)

2025-01-10 15:47:30
numpy.ma.std()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.std(self, axis=None, dtype=None, out=None, ddof=0) = Compute the standard deviation along the specified axis. Returns

2025-01-10 15:47:30
MaskedArray.prod()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.prod(axis=None, dtype=None, out=None)

2025-01-10 15:47:30
numpy.ma.compress_rowcols()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.compress_rowcols(x, axis=None)

2025-01-10 15:47:30
numpy.ma.zeros()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.zeros(shape, dtype=float, order='C') = Return a new array of given shape and type, filled with zeros.

2025-01-10 15:47:30
numpy.ma.argmin()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.argmin(a, axis=None, fill_value=None)

2025-01-10 15:47:30
MaskedArray.resize()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.resize(newshape, refcheck=True, order=False)

2025-01-10 15:47:30
numpy.ma.innerproduct()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.innerproduct(a, b)

2025-01-10 15:47:30
MaskedArray.recordmask
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.recordmask Return the mask of the records. A record is masked when all the fields are masked

2025-01-10 15:47:30
MaskedArray.data
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.data Return the current data, as a view of the original underlying data.

2025-01-10 15:47:30