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

Class StatisticsError

Lib/statistics.py:152–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150## Exceptions ##############################################################
151
152class StatisticsError(ValueError):
153 pass
154
155
156## Measures of central tendency (averages) #################################

Callers 15

meanFunction · 0.85
fmeanFunction · 0.85
count_positiveFunction · 0.85
geometric_meanFunction · 0.85
harmonic_meanFunction · 0.85
medianFunction · 0.85
median_lowFunction · 0.85
median_highFunction · 0.85
median_groupedFunction · 0.85
modeFunction · 0.85
varianceFunction · 0.85
pvarianceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…