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

numpy.ma.ravel(self, order='C') = Returns a 1D version of self, as a view.

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

MaskedArray.shrink_mask()

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

numpy.random.shuffle(x) Modify a sequence in-place by shuffling its contents.

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

numpy.expm1(x[, out]) = Calculate exp(x) - 1 for all elements in the array.

2025-01-10 15:47:30
numpy.lib.NumpyVersion()
  • References/Python/NumPy/Routines/Miscellaneous routines

class numpy.lib.NumpyVersion(vstring)

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

numpy.sinh(x[, out]) = Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp(-x)) or -1j

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

numpy.random.get_state() Return a tuple representing the internal state of the generator. For more details, see

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

chararray.dtype Data-type of the array?s elements.

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.diff()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.diff(a, n=1, axis=-1)

2025-01-10 15:47:30