numpy.testing.assert_allclose(actual, desired, rtol=1e-07, atol=0, equal_nan=False, err_msg='', verbose=True)
numpy.nanstd(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
numpy.polynomial.hermite_e.hermegauss(deg)
chararray.itemsize Length of one array element in bytes. Examples
numpy.ma.row_stack(tup) = Stack arrays in sequence vertically (row wise). Take a sequence of arrays and stack them vertically
numpy.ma.outer(a, b)
numpy.ma.masked_greater(x, value, copy=True)
numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)
numpy.histogram2d(x, y, bins=10, range=None, normed=False, weights=None)
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) =
Page 93 of 100