MCPcopy 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_statsMethod · 0.80
test_regression_20561Method · 0.80
test_regression_25177Method · 0.80
benchmark_timeMethod · 0.80
format_comparisonMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_regression_20561Method · 0.64
test_regression_25177Method · 0.64