Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_cases
Method · 0.80
test_specific_cases_inclusive
Method · 0.80
measure_itimer_resolution
Method · 0.80
benchmark_time
Method · 0.80
format_comparison
Method · 0.80
format_antagonistic_comparison
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_specific_cases
Method · 0.64
test_specific_cases_inclusive
Method · 0.64
measure_itimer_resolution
Method · 0.64