ma.
std
Returns the standard deviation of the array elements along given axis.
Masked entries are ignored.
Refer to numpy.std for full documentation.
numpy.std
See also
numpy.ndarray.std
corresponding function for ndarrays
Equivalent function