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.polyfit()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

numpy.polyfit(x, y, deg, rcond=None, full=False, w=None, cov=False)

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.polynomial.chebyshev.chebline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

numpy.polynomial.chebyshev.chebline(off, scl)

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

numpy.polynomial.chebyshev.chebgauss(deg)

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

class numpy.format_parser(formats, names, titles, aligned=False, byteorder=None)

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

numpy.polynomial.legendre.legline(off, scl)

2025-01-10 15:47:30