MCPcopy Create free account
hub / github.com/PythonOT/POT / median

Method median

ot/backend.py:2644–2645  ·  view source on GitHub ↗
(self, a, axis=None)

Source from the content-addressed store, hash-verified

2642 return cp.mean(a, axis=axis)
2643
2644 def median(self, a, axis=None):
2645 return cp.median(a, axis=axis)
2646
2647 def std(self, a, axis=None):
2648 return cp.std(a, axis=axis)

Callers

nothing calls this directly

Calls 1

medianMethod · 0.45

Tested by

no test coverage detected