numpy.fromiter()
  • References/Python/NumPy/Routines/Array creation routines

numpy.fromiter(iterable, dtype, count=-1) Create a new 1-dimensional array from an iterable object.

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

numpy.ma.average(a, axis=None, weights=None, returned=False)

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

RandomState.triangular(left, mode, right, size=None) Draw samples from the triangular distribution. The

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

MaskedArray.mask Mask

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

chararray.flags Information about the memory layout of the array. Notes

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

chararray.shape Tuple of array dimensions. Notes May be used to ?reshape

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

chararray.nbytes Total bytes consumed by the elements of the array. Notes

2025-01-10 15:47:30
numpy.matlib.repmat()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.repmat(a, m, n)

2025-01-10 15:47:30
Chebyshev.cast()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

classmethod Chebyshev.cast(series, domain=None, window=None)

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

numpy.ma.masked_equal(x, value, copy=True)

2025-01-10 15:47:30