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

numpy.polynomial.hermite.hermpow(c, pow, maxpower=16)

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

chararray.expandtabs(tabsize=8)

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

numpy.core.defchararray.isalpha(a)

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

numpy.array_equiv(a1, a2)

2025-01-10 15:47:30
Window functions
  • References/Python/NumPy/Routines

Various windows

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

numpy.random.randint(low, high=None, size=None, dtype='l') Return random integers from low (inclusive) to

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

RandomState.weibull(a, size=None) Draw samples from a Weibull distribution. Draw samples from a 1-parameter

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__setitem__(indx, value)

2025-01-10 15:47:30
dtype.names
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.names Ordered list of field names, or None if there are no fields. The names are ordered according

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