Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.ma.max

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

Return the maximum along a given axis.

Parameters:

axis : {None, int}, optional

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

out : array_like, optional

Alternative output array in which to place the result. Mustbe of the same shape and buffer length as the expected output.

fill_value : {var}, optional

Value used to fill in the masked values.If None, use the output of maximum_fill_value().

Returns:

amax : array_like

New array holding the result.Ifout was specified,out is returned.

See also

maximum_fill_value
Returns the maximum filling value for a given datatype.

Previous topic

numpy.ma.argmin

Next topic

numpy.ma.min

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp