numpy.core.defchararray.encode()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.encode(a, encoding=None, errors=None)

2025-01-10 15:47:30
numpy.tril_indices()
  • References/Python/NumPy/Routines/Indexing routines

numpy.tril_indices(n, k=0, m=None)

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

numpy.nanpercentile(a, q, axis=None, out=None, overwrite_input=False, interpolation='linear', keepdims=False)

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

numpy.savez_compressed(file, *args, **kwds)

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

numpy.random.gumbel(loc=0.0, scale=1.0, size=None) Draw samples from a Gumbel distribution. Draw samples from a

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

numpy.mean(a, axis=None, dtype=None, out=None, keepdims=False)

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

numpy.polynomial.legendre.legone = array([1])

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

numpy.sign(x[, out]) = Returns an element-wise indication of the sign of a number. The

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

numpy.core.defchararray.startswith(a, prefix, start=0, end=None)

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

Legendre.copy()

2025-01-10 15:47:30