numpy.ma.amax#
numpy.ma.amax
#
ma.amax(a, axis=None, out=None, keepdims=<novalue>, initial=<novalue>, where=<novalue>)
[source]
#
Return the maximum of an array or maximum along an axis.
amax
is an alias of
max
.
See also
max
alias of this function
ndarray.max
equivalent method