matrix.mean()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.mean(axis=None, dtype=None, out=None)

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

MaskedArray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in

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

numpy.testing.assert_array_almost_equal_nulp(x, y, nulp=1)

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

ndenumerate.next()

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

ndarray.dot(b, out=None) Dot product of two arrays. Refer to

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

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

2025-01-10 15:47:30
numpy.sort()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.sort(a, axis=-1, kind='quicksort', order=None)

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

numpy.ma.shape(obj)

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

recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.

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

RandomState.logseries(p, size=None) Draw samples from a logarithmic series distribution. Samples are

2025-01-10 15:47:30