RandomState.gamma()
  • References/Python/NumPy/Routines/Random sampling

RandomState.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn

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

numpy.ma.masked_less_equal(x, value, copy=True)

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

class numpy.polynomial.legendre.Legendre(coef, domain=None, window=None)

2025-01-10 15:47:30
chararray.zfill()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.zfill(width)

2025-01-10 15:47:30
numpy.count_nonzero()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.count_nonzero(a) Counts the number of non-zero values in the array a.

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

numpy.nanmedian(a, axis=None, out=None, overwrite_input=False, keepdims=False)

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

numpy.polynomial.laguerre.lagtrim(c, tol=0)

2025-01-10 15:47:30
dtype.newbyteorder()
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.newbyteorder(new_order='S') Return a new dtype with a different byte order. Changes are also made in all

2025-01-10 15:47:30
numpy.extract()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.extract(condition, arr)

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

numpy.diagflat(v, k=0)

2025-01-10 15:47:30