numpy.ma.amax

ma.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[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

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/generated/numpy.ma.amax.html