dask.array.Array.cumprod — Dask documentation (original) (raw)
Toggle navigation sidebar
Getting Started
How to Use
Internals
Reference
- API Reference
- Command Line Interface
- Development Guidelines
- Changelog
- Configuration
- How To…
- Talks & Tutorials
- Maintainer Guidelines
dask.array.Array.cumprod¶
Array.cumprod(axis, dtype=None, out=None, *, method='sequential')[source]¶
Return the cumulative product of the elements along the given axis.
Refer to dask.array.cumprod() for full documentation.