MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / mean

Function mean

test/general/lm_eval/metrics.py:10–11  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

8
9
10def mean(arr):
11 return sum(arr) / len(arr)
12
13
14def pop_stddev(arr):

Callers 7

cb_multi_fiMethod · 0.90
calc_emMethod · 0.90
calc_emMethod · 0.90
calc_emMethod · 0.90
pop_stddevFunction · 0.85
sample_stddevFunction · 0.85
perplexityFunction · 0.85

Calls 1

sumFunction · 0.85

Tested by

no test coverage detected