numpy.random.permutation()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.permutation(x) Randomly permute a sequence, or return a permuted range. If x is a

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

numpy.random.binomial(n, p, size=None) Draw samples from a binomial distribution. Samples are drawn from a binomial

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

dtype.fields Dictionary of named fields defined for this data type, or None. The dictionary is indexed

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

numpy.square(x[, out]) = Return the element-wise square of the input.

2025-01-10 15:47:30
numpy.column_stack()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.column_stack(tup)

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

numpy.log1p(x[, out]) = Return the natural logarithm of one plus the input array, element-wise. Calculates log(1 + x)

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

numpy.ma.expand_dims(x, axis)

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

Legendre.integ(m=1, k=[], lbnd=None)

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

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

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

Chebyshev.has_sametype(other)

2025-01-10 15:47:30