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

numpy.ma.shape(obj)

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
numpy.median()
  • References/Python/NumPy/Routines/Statistics

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

2025-01-10 15:47:30
numpy.array_split()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.array_split(ary, indices_or_sections, axis=0)

2025-01-10 15:47:30
numpy.asarray()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.asarray(a, dtype=None, order=None)

2025-01-10 15:47:30
numpy.polyder()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

numpy.polyder(p, m=1)

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

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

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

numpy.issubsctype(arg1, arg2)

2025-01-10 15:47:30
numpy.fft.fft2()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.fft2(a, s=None, axes=(-2, -1), norm=None)

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

numpy.minimum(x1, x2[, out]) = Element-wise minimum of array elements. Compare two arrays and returns a new array containing

2025-01-10 15:47:30