numpy.ma.anomalies

numpy.ma.anomalies(self, axis=None, dtype=None)

Return the anomalies (deviations from the average) along the given axis.

Parameters:

axis : int, optional

Axis along which to perform the operation. If None, applies to a flattened version of the array.

dtype : {dtype}, optional

Datatype for the intermediary computation. If not given, the current dtype is used instead.

Previous topic

numpy.ma.anom

Next topic

numpy.ma.average

This Page

Quick search