| [ Web Proxy ] |
| Viewing: https://numpy.org/doc/stable/reference/generated/../generated/numpy.ma.MaskedArray.prod.html | [Back] [Original] |
Section Navigation
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
Notes
Arithmetic is modular when using integer types, and no error is raised on overflow.
Copyright 2008-2026, NumPy Developers.
Created using Sphinx 7.2.6.
Built with the PyData Sphinx Theme 0.17.1.
| Web Proxy Viewer | New URL | Original Page |