numpy.polynomial.laguerre.Laguerre()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=None)

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

numpy.polynomial.hermite_e.hermevander3d(x, y, z, deg)

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

numpy.ma.corrcoef(x, y=None, rowvar=True, bias=, allow_masked=True, ddof=)

2025-01-10 15:47:30
numpy.apply_along_axis()
  • References/Python/NumPy/Routines/Functional programming

numpy.apply_along_axis(func1d, axis, arr, *args, **kwargs)

2025-01-10 15:47:30
numpy.find_common_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.find_common_type(array_types, scalar_types)

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

numpy.polynomial.legendre.poly2leg(pol)

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

chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.

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

numpy.real_if_close(a, tol=100)

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

numpy.random.gumbel(loc=0.0, scale=1.0, size=None) Draw samples from a Gumbel distribution. Draw samples from a

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

numpy.polynomial.chebyshev.chebweight(x)

2025-01-10 15:47:30