numpy.iscomplexobj()
  • References/Python/NumPy/Routines/Logic functions

numpy.iscomplexobj(x)

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

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

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

MaskedArray.harden_mask()

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

numpy.average(a, axis=None, weights=None, returned=False)

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

ndarray.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long

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

recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to

2025-01-10 15:47:30
numpy.matlib.randn()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.randn(*args)

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

numpy.gradient(f, *varargs, **kwargs)

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

numpy.equal(x1, x2[, out]) = Return (x1 == x2) element-wise.

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