bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / ma / core / std
function
numpy.ma.core:std
source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py :7063
Summary
Returns the standard deviation of the array elements along given axis.
Extended Summary
Masked entries are ignored.
Refer to numpy.std for full documentation.
See also
- numpy.ndarray.std
corresponding function for ndarrays
- numpy.std
Equivalent function
Aliases
-
numpy.ma.std