generic.shape
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.shape tuple of array dimensions

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

recarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer

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

MaskedArray.copy(order='C')

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

numpy.random.logistic(loc=0.0, scale=1.0, size=None) Draw samples from a logistic distribution. Samples are drawn

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

numpy.polynomial.hermite.poly2herm(pol)

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

numpy.ma.make_mask(m, copy=False, shrink=True, dtype=)

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

MaskedArray.__long__() <==> long(x)

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

numpy.sctype2char(sctype)

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

RandomState.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials

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

Polynomials in NumPy can be created, manipulated, and even fitted using the

2025-01-10 15:47:30