numpy.testing.Tester
  • References/Python/NumPy/Routines/Test Support

numpy.testing.Tester

2025-01-10 15:47:30
record.std()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses

2025-01-10 15:47:30
busdaycalendar.holidays
  • References/Python/NumPy/Routines/Datetime Support Functions/numpy.busdaycalendar

busdaycalendar.holidays A copy of the holiday array indicating additional invalid days.

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

numpy.random.wald(mean, scale, size=None) Draw samples from a Wald, or inverse Gaussian, distribution. As the scale

2025-01-10 15:47:30
numpy.common_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.common_type(*arrays)

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

nditer.remove_axis(i) Removes axis i from the iterator. Requires that the flag ?multi_index? be enabled

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

numpy.ma.mask_cols(a, axis=None)

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

iinfo.min Minimum value of given dtype.

2025-01-10 15:47:30
matrix.argmax()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.argmax(axis=None, out=None)

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

ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.

2025-01-10 15:47:30