Hermite Module, “Physicists’” (numpy.polynomial.hermite)
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package

New in version 1.6.0. This module provides a number of objects (mostly functions) useful for dealing with Hermite series

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

numpy.ma.outerproduct(a, b)

2025-01-10 15:47:30
numpy.tensordot()
  • References/Python/NumPy/Routines/Linear algebra

numpy.tensordot(a, b, axes=2)

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

numpy.random.wald(mean, scale, size=None) Draw samples from a Wald, or inverse Gaussian, distribution. As the scale

2025-01-10 15:47:30
Array creation routines
  • References/Python/NumPy/Routines

See also

2025-01-10 15:47:30
numpy.trace()
  • References/Python/NumPy/Routines/Linear algebra

numpy.trace(a, offset=0, axis1=0, axis2=1, dtype=None, out=None)

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

numpy.polynomial.hermite_e.hermeroots(c)

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

MaskedArray.reshape(*s, **kwargs)

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

numpy.polynomial.laguerre.lag2poly(c)

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

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

2025-01-10 15:47:30