numpy.hypot()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.hypot(x1, x2[, out]) = Given the ?legs? of a right triangle, return its hypotenuse. Equivalent to sqrt(x1**2 +

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

numpy.polynomial.chebyshev.cheb2poly(c)

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

Chebyshev.copy()

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

numpy.random.zipf(a, size=None) Draw samples from a Zipf distribution. Samples are drawn from a Zipf distribution

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

chararray.base Base object if memory is from some other object. Examples

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

numpy.random.laplace(loc=0.0, scale=1.0, size=None) Draw samples from the Laplace or double exponential distribution with

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

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

2025-01-10 15:47:30
numpy.polynomial.hermite_e.hermegrid3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermegrid3d(x, y, z, c)

2025-01-10 15:47:30
RandomState.zipf()
  • References/Python/NumPy/Routines/Random sampling

RandomState.zipf(a, size=None) Draw samples from a Zipf distribution. Samples are drawn from a Zipf distribution

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

Polynomial.truncate(size)

2025-01-10 15:47:30