Expand description
Statistics helpers for benchmark reports (port of benchmarks/metrics.py).
Functionsยง
- mean_
std - Mean and sample standard deviation, with std 0 for n < 2.
- median
- The 50th percentile.
- percentile
- Linear-interpolated percentile, or 0.0 for empty input.
- wilson_
ci - Wilson score interval for a binomial proportion (z = 1.96).