Clarify PR 18 statistical validation#19
Merged
Merged
Conversation
drernie
marked this pull request as ready for review
July 18, 2026 13:11
Contributor
Author
Post-merge review — closure-level rubric
Ran this PR through the
Verdict per level: Method: cloned the repo, ran |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This follow-up to #18 independently validates its algebraic calculations, Monte Carlo analysis, and Measurement 5.6 wording, then corrects several statistical and descriptive issues.
The core results from #18 remain intact:
0.00101value for seed 9, with seeds 1–4 returning0.00101–0.00103.The two symmetry claims
This PR now distinguishes two claims that the historical discussion had conflated:
τ(z,x)=τ(x,z)andA(z,x)=A(x,z)on 200 crack/pure pairs.The historical
0.13240versus0.13761verdict purported to make retained/sampled role exchange detectable, so it concerned Theorem 3.10(6), not Proposition 4.2.Historical D3 reconciliation
The original script used non-conjugate initial states, a continuum sampler, a sequential RNG stream, and an endpoint statistic. It coherently measured a noisy finite-time contrast, but it did not isolate a preferred role assignment.
The controlled reproduction separates the questions:
-0.000144, standard deviation0.005270; seed 30 is-0.96σ, with 157/500 runs at least as extreme.e0-e1effect+0.000045, 95% CI[-0.000437, +0.000526].Thus the historical gap is ordinary Monte Carlo variation for its actual design and provides no evidence against role-exchange invisibility.
Death-rate corrections
N*Texposure after trajectories have died.1.0e-3;2.2e-4.0.00101; four additional seeds produce0.00101–0.00103.Other cleanup
Checks
uv run --with pytest python -m pytest -q— 48 passeduv run python verify/occurrence_i_audit.py— PASSτ(z,x)=τ(x,z): maximum error3.59e-16A(z,x)=A(x,z): maximum error2.78e-17uv run python verify/occurrence_i_rigor_historical_d3_test.py— reproduced seed 30 exactly; 500 historical-protocol and 200 paired-initialization replicationsuv run python verify/occurrence_i_rigor_gauge_check_survival.py— reproduced corrected clustered uncertainties and at-risk hazardsuv run python verify/occurrence_i_rigor_death_rate_followup.py— reproduced tolerance and horizon checks with corrected exposureuv run python verify/occurrence_i_rigor_death_rate_resolution.py— reproduced0.00101for seed 9 and0.00101–0.00103across additional seeds