numpy.ma.MaskedArray.product
method
- 
MaskedArray.product(axis=None, dtype=None, out=None, keepdims=<no value>)[source]
- 
Return the product of the array elements over the given axis. Masked elements are set to 1 internally for computation. Refer to numpy.prodfor full documentation.See also - 
ndarray.prod
- corresponding function for ndarrays
- 
 numpy.prod
- equivalent function
 NotesArithmetic is modular when using integer types, and no error is raised on overflow. 
- 
    © 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
    https://docs.scipy.org/doc/numpy-1.16.1/reference/generated/numpy.ma.MaskedArray.product.html