HermiteE.copy()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

HermiteE.copy()

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

classmethod Chebyshev.fromroots(roots, domain=[], window=None)

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

numpy.polynomial.laguerre.laggrid2d(x, y, c)

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

numpy.polynomial.laguerre.laggauss(deg)

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

numpy.polynomial.laguerre.lagline(off, scl)

2025-01-10 15:47:30
HermiteE.truncate()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

HermiteE.truncate(size)

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

classmethod Polynomial.fromroots(roots, domain=[], window=None)

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

recarray.itemsize Length of one array element in bytes. Examples

2025-01-10 15:47:30
numpy.busday_offset()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.busday_offset(dates, offsets, roll='raise', weekmask='1111100', holidays=None, busdaycal=None, out=None) First adjusts

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

RandomState.standard_gamma(shape, size=None) Draw samples from a standard Gamma distribution. Samples

2025-01-10 15:47:30