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