# E118: Chebyshev bias: lead-time statistics ```{figure} ../_static/experiments/e118_hero.png :alt: E118 hero :class: experiment-hero E118: Chebyshev bias: lead-time statistics ``` **Tags:** `number-theory`, `prime-races`, `quantitative-exploration`, `visualization`, `heuristics` ## Highlights - Focused numeric experiment with a small set of figures. - Parameters saved to `params.json` for reproducibility. - Defaults are chosen, so the experiment remains feasible for the CI “slow” suite. ## What is computed - Measure how often one residue class leads another and visualize lead-time statistics. ## Notes - This page summarizes the intent; see the generated `report.md` in `out/` for concrete outputs. ## Published run snapshot If this experiment is included in the docs gallery, include the published snapshot (report + params). ```{include} ../reports/e118.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e118.json :language: json ``` ::: ## References - See `docs/background/primes-in-arithmetic-progressions.md` and `docs/background/prime-number-races.md`. ## Related experiments - {doc}`e080` (Chebyshev bias: leader fraction vs. x.) - {doc}`e057` (Erdős–Kac in practice) - {doc}`e076` (Chebyshev θ(x;q,a): weighted prime counts in progressions.) - {doc}`e061` (Chebyshev ψ(x) and prime powers) - {doc}`e103` (E103: Chebyshev ψ(x): prime powers drive jumps)