Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ mean
Method
mean
ot/backend.py:1276–1277 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
1274
return
np.argmin(a, axis=axis)
1275
1276
def
mean(self, a, axis=None):
1277
return
np.mean(a, axis=axis)
1278
1279
def
median(self, a, axis=None):
1280
return
np.median(a, axis=axis)
Callers
nothing calls this directly
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected