Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6053
def
_mean(a, **args):
6054
return
a.mean(**args)
6055
6056
6057
def
_var(a, **args):
Callers
5
test_mean_values
Method · 0.70
test_mean_float16
Method · 0.70
test_var_values
Method · 0.70
test_var_complex_values
Method · 0.70
test_var_dimensions
Method · 0.70
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected