numpy.ma.getdata()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.getdata(a, subok=True)

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

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

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

RandomState.randint(low, high=None, size=None, dtype='l') Return random integers from low (inclusive)

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

RandomState.standard_normal(size=None) Draw samples from a standard Normal distribution (mean=0, stdev=1)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermpow()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermpow(c, pow, maxpower=16)

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

numpy.polynomial.chebyshev.chebvander3d(x, y, z, deg)

2025-01-10 15:47:30
numpy.linalg.det()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.det(a)

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

numpy.ma.masked_greater_equal(x, value, copy=True)

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

Order statistics

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

numpy.log2(x[, out]) = Base-2 logarithm of x.

2025-01-10 15:47:30