MCPcopy Create free account
hub / github.com/numpy/numpy / _mean

Function _mean

numpy/core/tests/test_multiarray.py:6053–6054  ·  view source on GitHub ↗
(a, **args)

Source from the content-addressed store, hash-verified

6051
6052
6053def _mean(a, **args):
6054 return a.mean(**args)
6055
6056
6057def _var(a, **args):

Callers 5

test_mean_valuesMethod · 0.70
test_mean_float16Method · 0.70
test_var_valuesMethod · 0.70
test_var_dimensionsMethod · 0.70

Calls 1

meanMethod · 0.45

Tested by

no test coverage detected