eproc

Anytime-valid sequential testing and confidence sequences.
git clone git://git.ppad.tech/eproc.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-07-04 18:59release: v0.4.1Jared Tobin2+4-1
2026-07-04 18:57fix: uncap the ConfSeq plug-in betJared Tobin1+7-7
2026-07-03 17:39release: v0.4.0Jared Tobin4+75-24
2026-07-03 17:09Merge branch 'impl/confseq'Jared Tobin7+514-3
2026-07-03 17:00bench: ConfSeq update and fold benchmarksJared Tobin2+49-0
2026-07-03 17:00test: confidence-sequence coverage, nesting, and safety testsJared Tobin1+134-0
2026-07-03 16:58Merge branch 'impl/mixture'Jared Tobin6+476-2
2026-07-03 16:58test,bench: Mixture coverage and measurementJared Tobin3+180-0
2026-07-03 16:55api: anytime-valid confidence sequences via WSR Theorem 3Jared Tobin3+333-2
2026-07-03 16:54api: Numeric.Eproc.Mixture, uniform convex mixtures of e-processesJared Tobin3+296-2
2026-07-03 16:50Merge branch 'impl/evalue-accessors'Jared Tobin5+263-0
2026-07-03 16:50test: coverage for the e-value accessorsJared Tobin1+104-0
2026-07-03 16:48api: log_evalue, log_evalue_sup, and p_value accessorsJared Tobin4+159-0
2026-07-03 16:47etc: add WSR (2024) reference paperJared Tobin1+0-0
2026-07-03 16:43docs: rationale for the Newton accumulator-seed deviation from WSRJared Tobin1+15-0
2026-07-02 21:55release: v0.3.0Jared Tobin2+9-9
2026-07-02 19:53Merge branch 'impl/log-wealth-sup'Jared Tobin8+130-40
2026-07-02 19:53docs: README example and CHANGELOG for the log-wealth splitJared Tobin2+14-3
2026-07-02 19:52api: log_wealth is now the current value; add log_wealth_supJared Tobin6+116-37
2026-07-02 19:20release: v0.2.2Jared Tobin2+4-16
2026-07-02 19:16docs: refresh CHANGELOG and README for the unreleased workJared Tobin2+31-23
2026-07-02 19:11Bernoulli.TwoSided: newtype-wrap BoundedJared Tobin1+31-122
2026-07-02 19:05perf: log1p for the per-step wealth factor, fast-path log_sum_expJared Tobin4+38-18
2026-07-02 18:53bench: add TwoSided groupsJared Tobin2+60-0
2026-07-02 18:51test: bring TwoSided coverage up to parityJared Tobin1+40-0
2026-07-02 18:48Bernoulli: add two-sided variant via convex hedgeJared Tobin7+341-15
2026-07-02 17:03release: v0.2.1Jared Tobin2+5-1
2026-06-29 23:29Bounded: switch two-sided combination to convex hedgeJared Tobin1+84-62
2026-06-29 00:01release: v0.2.0Jared Tobin2+13-1
2026-06-28 23:47reject non-finite parameters in config constructorsJared Tobin5+51-15
2026-06-28 23:27tighten correctness and validation across the APIJared Tobin8+656-360
2026-06-04 21:06release: v0.1.0Jared Tobin1+2-2
2026-06-04 19:31extract Bettor and Verdict into Numeric.Eproc.CommonJared Tobin5+82-95
2026-06-04 19:29add Numeric.Eproc.Bernoulli; fix per-trial test seedingJared Tobin3+405-3
2026-06-04 18:32flake: add clangJared Tobin1+2-0
2026-06-04 17:54meta: description tweaksJared Tobin1+1-1
2026-06-04 17:52add module-level examples to Bounded and PairedJared Tobin2+21-0
2026-06-04 17:26rename Agrapa to Adaptive, Ons to NewtonJared Tobin6+82-81
2026-06-04 16:53lib: line lengthsJared Tobin1+14-8
2026-06-03 18:15meta: refine textJared Tobin3+13-27
2026-06-03 14:10fold Bettor into Bounded; drop Numeric.Eproc.BettorJared Tobin8+79-107
2026-06-03 13:58rename Mean to BoundedJared Tobin9+416-416
2026-06-03 12:59rename Test to PairedJared Tobin7+158-158
2026-06-03 12:52rename TwoSample to TestJared Tobin7+164-164
2026-06-03 12:50rename Statistics.EProcess.* to Numeric.Eproc.*Jared Tobin11+519-526
2026-06-03 00:33docs: enrich haddocks with e-process framework contextJared Tobin3+163-55
2026-06-03 00:09style: align library with ppad conventionsJared Tobin10+482-445
2026-06-02 23:35perf: close Bettor sum, fix per-step Rational conversionJared Tobin7+223-246
2026-06-02 23:17bench: add suiteJared Tobin3+198-0
2026-05-31 23:45Initial release.Jared Tobin12+937-0