MCPcopy Index your code
hub / github.com/python/cpython / median

Method median

Lib/statistics.py:1348–1350  ·  view source on GitHub ↗

Return the median of the normal distribution

(self)

Source from the content-addressed store, hash-verified

1346
1347 @property
1348 def median(self):
1349 "Return the median of the normal distribution"
1350 return self._mu
1351
1352 @property
1353 def mode(self):

Callers 6

test_specific_casesMethod · 0.80
benchmark_timeMethod · 0.80
format_comparisonMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_specific_casesMethod · 0.64