pub const MC_ADAPTIVE_ASSUMPTIONS_V1: [&str; 4];Expand description
The four disclosures every AdaptiveMcReportV1 carries, in order.
These are stated in the payload itself rather than only in this crate’s documentation, because the payload is what travels: a consumer that renders a hit probability and an interval has everything it needs to over-claim, and these four sentences are what stop it. In order they disclose (0) that the interval covers sampling error only, not model error; (1) that stopping early is legitimate here specifically because the sequence is anytime-valid; (2) that the input dispersions are independent normals with no modeled correlation; and (3) how the continuous statistics were accumulated and which denominator the hit probability uses.
Pinned per-index, full-string, by
monte_carlo_seeded_tests::adaptive_report_carries_schema_method_and_all_four_assumptions.