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
Laguerre.cast()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

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

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
numpy.around()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.around(a, decimals=0, out=None)

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

can_cast(from, totype, casting = ) Returns True if cast between data types can occur according to the casting rule. promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1 and type2 may be safely cast. min_scalar_type(a) For scalar a, returns the data type with the smallest size and smallest scalar kind which can hold its value. result_type(*arrays_and_dtypes) Returns the type that results from applying the NumPy type promotion

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

numpy.polynomial.hermite_e.hermevander(x, deg)

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

numpy.polynomial.hermite_e.hermezero = array([0])

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

RandomState.poisson(lam=1.0, size=None) Draw samples from a Poisson distribution. The Poisson distribution

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

RandomState.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn

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

numpy.ma.choose(indices, choices, out=None, mode='raise')

2025-01-10 15:47:30