numpy.shares_memory()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.shares_memory(a, b, max_work=None) Determine if two arrays share memory

2025-01-10 15:47:30
generic.itemsize
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.itemsize length of one element in bytes

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

RandomState.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials

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

MaskedArray.view(dtype=None, type=None)

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

ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent

2025-01-10 15:47:30
numpy.busday_offset()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.busday_offset(dates, offsets, roll='raise', weekmask='1111100', holidays=None, busdaycal=None, out=None) First adjusts

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

numpy.nanmedian(a, axis=None, out=None, overwrite_input=False, keepdims=False)

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

numpy.ma.dump(a, F)

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

ndarray.__long__() <==> long(x)

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

numpy.polynomial.hermite_e.hermevander2d(x, y, deg)

2025-01-10 15:47:30