MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__setmask__(mask, copy=False)

2025-01-10 15:47:30
numpy.triu()
  • References/Python/NumPy/Routines/Array creation routines

numpy.triu(m, k=0)

2025-01-10 15:47:30
numpy.random.geometric()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials are experiments

2025-01-10 15:47:30
numpy.memmap
  • References/Python/NumPy/Routines/Input and output

class numpy.memmap

2025-01-10 15:47:30
numpy.equal()
  • References/Python/NumPy/Routines/Logic functions

numpy.equal(x1, x2[, out]) = Return (x1 == x2) element-wise.

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

numpy.ma.outerproduct(a, b)

2025-01-10 15:47:30
static MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

static MaskedArray.__new__(data=None, mask=False, dtype=None, copy=False, subok=True, ndmin=0, fill_value=None, keep_mask=True

2025-01-10 15:47:30
numpy.gradient()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.gradient(f, *varargs, **kwargs)

2025-01-10 15:47:30
numpy.correlate()
  • References/Python/NumPy/Routines/Statistics

numpy.correlate(a, v, mode='valid')

2025-01-10 15:47:30
generic.transpose()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.transpose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from

2025-01-10 15:47:30