bundles / numpy 2.4.3 / numpy / ma / core / std
function
numpy.ma.core:std
source: /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