Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ mean
Method
mean
ot/backend.py:3075–3076 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
3073
return
tnp.argmin(a, axis=axis)
3074
3075
def
mean(self, a, axis=None):
3076
return
tnp.mean(a, axis=axis)
3077
3078
def
median(self, a, axis=None):
3079
warnings.warn(
Callers
nothing calls this directly
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected