numpy.ma.average()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.average(a, axis=None, weights=None, returned=False)

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

numpy.random.randint(low, high=None, size=None, dtype='l') Return random integers from low (inclusive) to

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

numpy.ma.compress_rows(a)

2025-01-10 15:47:30
Chebyshev.cast()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

classmethod Chebyshev.cast(series, domain=None, window=None)

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

numpy.random.rand(d0, d1, ..., dn) Random values in a given shape. Create an array of the given shape and populate

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

numpy.ma.reshape(a, new_shape, order='C')

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

numpy.ma.atleast_3d(*arys) = View inputs as arrays with at least three dimensions.

2025-01-10 15:47:30
numpy.polynomial.laguerre.lagsub()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

numpy.polynomial.laguerre.lagsub(c1, c2)

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

numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)

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

numpy.ma.masked_object(x, value, copy=True, shrink=True)

2025-01-10 15:47:30