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

numpy.testing.assert_almost_equal(actual, desired, decimal=7, err_msg='', verbose=True)

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

numpy.cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, aweights=None)

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

numpy.random.logistic(loc=0.0, scale=1.0, size=None) Draw samples from a logistic distribution. Samples are drawn

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

Note numpy.emath is a preferred alias for

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

Legendre.copy()

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

Legendre.truncate(size)

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

numpy.ma.getmask(a)

2025-01-10 15:47:30
broadcast.shape
  • References/Python/NumPy/Routines/Array manipulation routines/numpy.broadcast

broadcast.shape Shape of broadcasted result. Examples

2025-01-10 15:47:30
numpy.core.records.fromrecords()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.fromrecords(recList, dtype=None, shape=None, formats=None, names=None, titles=None, aligned=False, byteorder=None)

2025-01-10 15:47:30