ndarray.T
  • References/Python/NumPy/Routines/Array manipulation routines

ndarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples

2025-01-10 15:47:30
String operations
  • References/Python/NumPy/Routines

This module provides a set of vectorized string operations for arrays of type numpy.string_ or numpy.unicode_. All of them are based on the string methods in the Python standard

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

numpy.bartlett(M)

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

RandomState.negative_binomial(n, p, size=None) Draw samples from a negative binomial distribution

2025-01-10 15:47:30
Hermite.has_samecoef()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

Hermite.has_samecoef(other)

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

numpy.random.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials are experiments

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

class numpy.finfo

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

numpy.ma.around = Round an array to the given number of decimals. Refer to

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

chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of

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

numpy.ma.dot(a, b, strict=False, out=None)

2025-01-10 15:47:30