HermiteE.identity()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

classmethod HermiteE.identity(domain=None, window=None)

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

numpy.less(x1, x2[, out]) = Return the truth value of (x1 < x2) element-wise.

2025-01-10 15:47:30
Hermite.
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

Hermite.__call__(arg)

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

numpy.ma.ones(shape, dtype=None, order='C') = Return a new array of given shape and type, filled with ones.

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

numpy.ma.empty_like(a, dtype=None, order='K', subok=True) = Return a new array with the same shape and type as a given array

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

numpy.real(val)

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

numpy.radians(x[, out]) = Convert angles from degrees to radians.

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

numpy.histogram(a, bins=10, range=None, normed=False, weights=None, density=None)

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

numpy.arctan(x[, out]) = Trigonometric inverse tangent, element-wise. The inverse of tan, so that if y = tan(x)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermfit()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermfit(x, y, deg, rcond=None, full=False, w=None)

2025-01-10 15:47:30