numpy.ma.argmax(a, axis=None, fill_value=None)
numpy.core.defchararray.isdecimal(a)
numpy.polynomial.polynomial.polyx = array([0, 1])
numpy.seterrobj(errobj) Set the object that defines floating-point error handling. The error object contains all information
ndarray.real The real part of the array. See also
chararray.shape Tuple of array dimensions. Notes May be used to ?reshape
ndarray.ndim Number of array dimensions. Examples >>>
numpy.frexp(x[, out1, out2]) = Decompose the elements of x into mantissa and twos exponent. Returns (mantissa
numpy.rint(x[, out]) = Round elements of the array to the nearest integer.
numpy.ma.std(self, axis=None, dtype=None, out=None, ddof=0) = Compute the standard deviation along the specified axis. Returns
Page 87 of 100