method
Return the product of the array elements over the given axis.
Masked elements are set to 1 internally for computation.
Refer to numpy.prod for full documentation.
See also
numpy.ndarray.prodcorresponding function for ndarrays
numpy.prodequivalent function
Arithmetic is modular when using integer types, and no error is raised on overflow.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.ma.MaskedArray.prod.html