numpy.ma.amax# ma.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[源代码]# Return the maximum of an array or maximum along an axis. amax is an alias of max. 参见 maxalias of this function ndarray.maxequivalent method