numpy.ma.masked_object()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.masked_object(x, value, copy=True, shrink=True)

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

chararray.nbytes Total bytes consumed by the elements of the array. Notes

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

MaskedArray.var(axis=None, dtype=None, out=None, ddof=0)

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

numpy.in1d(ar1, ar2, assume_unique=False, invert=False)

2025-01-10 15:47:30
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
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