numpy.ma.MaskedArray.anom

MaskedArray.anom(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.var

Next topic

numpy.ma.MaskedArray.cumprod

This Page

Quick search