MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / stat

Function stat

bench/basic/plot.py:26–31  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

24
25
26def stat(x):
27 x = sorted(x)[:-1]
28
29 err = stdev(x) / (np.sqrt(len(x)) if len(x) > 1 else 0)
30 #
31 return median(x), err, min(x)
32
33
34# Parse the input file and benchmark name and optional output file.

Callers 1

plot.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected