method
ma.masked_array.
prod
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.
numpy.prod
See also
numpy.ndarray.prod
corresponding function for ndarrays
equivalent function
Notes
Arithmetic is modular when using integer types, and no error is raised on overflow.