dask.array.Array.std — 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.std¶
Array.std(axis=None, dtype=None, keepdims=False, ddof=0, split_every=None, out=None)[source]¶
Returns the standard deviation of the array elements along given axis.
Refer to dask.array.std() for full documentation.