Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mean
Method
mean
Lib/statistics.py:1343–1345 ·
view source on GitHub ↗
Arithmetic mean of the normal distribution.
(self)
Source
from the content-addressed store, hash-verified
1341
1342
@property
1343
def
mean(self):
1344
"Arithmetic mean of the normal distribution."
1345
return
self._mu
1346
1347
@property
1348
def
median(self):
Callers
7
_print_realtime_stats
Method · 0.80
test_regression_20561
Method · 0.80
test_regression_25177
Method · 0.80
test_sample_generation
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_regression_20561
Method · 0.64
test_regression_25177
Method · 0.64
test_sample_generation
Method · 0.64