| 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. Must be ofthe 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 ofminimum_fill_value.
|
|---|