numpy.testing.assert_allclose()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_allclose(actual, desired, rtol=1e-07, atol=0, equal_nan=False, err_msg='', verbose=True)

2025-01-10 15:47:30
numpy.nanstd()
  • References/Python/NumPy/Routines/Statistics

numpy.nanstd(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)

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

numpy.polynomial.hermite_e.hermegauss(deg)

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

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

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

numpy.ma.row_stack(tup) = Stack arrays in sequence vertically (row wise). Take a sequence of arrays and stack them vertically

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

numpy.ma.outer(a, b)

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

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

2025-01-10 15:47:30
numpy.set_printoptions()
  • References/Python/NumPy/Routines/Input and output

numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)

2025-01-10 15:47:30
numpy.histogram2d()
  • References/Python/NumPy/Routines/Statistics

numpy.histogram2d(x, y, bins=10, range=None, normed=False, weights=None)

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

numpy.ma.trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None) a.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) =

2025-01-10 15:47:30