MaskedArray.product(axis=None,dtype=None,out=None,keepdims=<class numpy._globals._NoValue>)[source]¶Return the product of the array elements over the given axis.
Masked elements are set to 1 internally for computation.
Refer tonumpy.prod for full documentation.
See also
ndarray.prodnumpy.prodNotes
Arithmetic is modular when using integer types, and no error is raisedon overflow.