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

numpy.random.standard_exponential(size=None) Draw samples from the standard exponential distribution.

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

Laguerre.has_sametype(other)

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

Making proper sets

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
nditer.next
  • References/Python/NumPy/Routines/Indexing routines/numpy.nditer

nditer.next x.next() -> the next value, or raise StopIteration

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

numpy.polynomial.polynomial.polyval3d(x, y, z, c)

2025-01-10 15:47:30
Datetime Support Functions
  • References/Python/NumPy/Routines

Business Day Functions

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

numpy.random.logseries(p, size=None) Draw samples from a logarithmic series distribution. Samples are drawn from

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

numpy.full_like(a, fill_value, dtype=None, order='K', subok=True)

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

numpy.expm1(x[, out]) = Calculate exp(x) - 1 for all elements in the array.

2025-01-10 15:47:30