Skip to main content

Module metrics

Module metrics 

Source
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).