dask.array.Array.moment — 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.moment¶
Array.moment(order, axis=None, dtype=None, keepdims=False, ddof=0, split_every=None, out=None)[source]¶
Calculate the nth centralized moment.
Refer to dask.array.moment() for the full documentation.