Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
mean(arr):
11
return
sum(arr) / len(arr)
12
13
14
def
pop_stddev(arr):
Callers
7
cb_multi_fi
Method · 0.90
calc_em
Method · 0.90
calc_em
Method · 0.90
calc_em
Method · 0.90
pop_stddev
Function · 0.85
sample_stddev
Function · 0.85
perplexity
Function · 0.85
Calls
1
sum
Function · 0.85
Tested by
no test coverage detected