numpy.seterrcall()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.seterrcall(func)

2025-01-10 15:47:30
Arrayterator.flat
  • References/Python/NumPy/Routines/Indexing routines/numpy.lib.Arrayterator

Arrayterator.flat A 1-D flat iterator for Arrayterator objects. This iterator returns elements of the array

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

numpy.testing.assert_array_almost_equal(x, y, decimal=6, err_msg='', verbose=True)

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

MaskedArray.cumprod(axis=None, dtype=None, out=None)

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

numpy.random.binomial(n, p, size=None) Draw samples from a binomial distribution. Samples are drawn from a binomial

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

numpy.random.power(a, size=None) Draws samples in [0, 1] from a power distribution with positive exponent a - 1. Also

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

numpy.random.dirichlet(alpha, size=None) Draw samples from the Dirichlet distribution. Draw size

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

HermiteE.degree()

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

MaskedArray.cumsum(axis=None, dtype=None, out=None)

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

Legendre.integ(m=1, k=[], lbnd=None)

2025-01-10 15:47:30