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

matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.

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

numpy.ma.mean(self, axis=None, dtype=None, out=None) = Returns the average of the array elements. Masked entries are ignored

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

numpy.tril_indices(n, k=0, m=None)

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

RandomState.poisson(lam=1.0, size=None) Draw samples from a Poisson distribution. The Poisson distribution

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

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

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

numpy.around(a, decimals=0, out=None)

2025-01-10 15:47:30
numpy.vectorize()
  • References/Python/NumPy/Routines/Functional programming

class numpy.vectorize(pyfunc, otypes='', doc=None, excluded=None, cache=False)

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

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

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

numpy.arccos(x[, out]) = Trigonometric inverse cosine, element-wise. The inverse of

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

numpy.absolute(x[, out]) = Calculate the absolute value element-wise.

2025-01-10 15:47:30