MCPcopy Index your code
hub / github.com/dask/dask / average

Function average

dask/array/ma.py:176–177  ·  view source on GitHub ↗
(a, axis=None, weights=None, returned=False, keepdims=False)

Source from the content-addressed store, hash-verified

174
175@derived_from(np.ma)
176def average(a, axis=None, weights=None, returned=False, keepdims=False):
177 return _average(a, axis, weights, returned, is_masked=True, keepdims=keepdims)
178
179
180def _chunk_count(x, axis=None, keepdims=None):

Callers

nothing calls this directly

Calls 1

_averageFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…