numpy.ma.max()

numpy.ma.max

numpy.ma.max(obj, axis=None, out=None, fill_value=None, keepdims=<class numpy._globals._NoValue at 0x40b6a26c>) [source]

Return the maximum along a given axis.

Parameters:

axis : {None, int}, optional

Axis along which to operate. By default, axis is None and the flattened input is used.

out : array_like, optional

Alternative output array in which to place the result. Must be of the same shape and buffer