RandomState.beta()
  • References/Python/NumPy/Routines/Random sampling

RandomState.beta(a, b, size=None) Draw samples from a Beta distribution. The Beta distribution is a special

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

recarray.base Base object if memory is from some other object. Examples The base of an

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

recarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements

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

recarray.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.

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

numpy.ma.prod(self, axis=None, dtype=None, out=None) = Return the product of the array elements over the given axis. Masked elements

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

chararray.islower()

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

matrix.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be at

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

record.round() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses

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

record.conj()

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

MaskedArray.__setslice__(i, j, value)

2025-01-10 15:47:30