numpy.polynomial.hermite_e.hermeval3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

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

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

numpy.log2(x[, out]) = Base-2 logarithm of x.

2025-01-10 15:47:30
ndarray.copy()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.copy(order='C') Return a copy of the array.

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

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

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

numpy.choose(a, choices, out=None, mode='raise')

2025-01-10 15:47:30
numpy.repeat()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.repeat(a, repeats, axis=None)

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

numpy.square(x[, out]) = Return the element-wise square of the input.

2025-01-10 15:47:30
numpy.copy()
  • References/Python/NumPy/Routines/Array creation routines

numpy.copy(a, order='K')

2025-01-10 15:47:30
numpy.testing.assert_array_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_equal(x, y, err_msg='', verbose=True)

2025-01-10 15:47:30
ndarray.any()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.

2025-01-10 15:47:30