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
matrix.I
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.I Returns the (multiplicative) inverse of invertible self.

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

ndarray.__ge__ x.__ge__(y) <==> x>=y

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

numpy.s_ = A nicer way to build up index tuples for arrays. Note

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

ndarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

2025-01-10 15:47:30
numpy.polynomial.legendre.legmul()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.legmul(c1, c2)

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

numpy.nanmean(a, axis=None, dtype=None, out=None, keepdims=False)

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

MaskedArray.toflex()

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

recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.

2025-01-10 15:47:30