A robust right-tail-weight read from octiles (RQW). It asks: across the last ~200 bars of gap-aware log-returns, how heavy is the upper tail โ using quantile spacings rather than moments, so a single outlier can't dominate. Computed on the shared gap-aware substrate.
diff(log(close)) โ null gaps > 8h โ drop NaN โ require โฅ 8 finite.RollingPercentile HF7 primitive (R2) โ bit-identical on 33,600 octile reads โ rather than re-implementing octile interpolation.ฮต 1e-9 (VALUE-within parity vs pinned numpy 2.5.0 / scipy 1.18.0 oracle).RQW carries a sign โ the discovery harness's sign-dropped variant would silently flatten it. Across the frozen fixture, 9,097 / 11,200 values are negative (leading minus), and the witness pins a concrete, reproducible value so any sign regression trips immediately:
XAUUSD@25, open_time_us = 1768179397541000 โ
RQW = โ0.5838646869163802. sign-witness
โ Witness value corrected. The contract stated the #7 sign-witness as
โ0.605, but the binding multislice k_rqw on the FROZEN fixture gives
โ0.5838646869163802. No numpy quantile method reproduces โ0.605 โ that figure was a
stale full-production value. The binding value is now pinned and the v3 anchor was re-locked.
A negative value here is meaningful (lighter upper tail relative to the body), so preserving the sign is correctness, not cosmetics.
| stage | what happened | state |
|---|---|---|
| worktree | branch stacked on the #38 branch (top of the stack). | done |
| gap-aware oracle | pinned numpy RQW (octiles) reference on the gap-aware logret window; ฮต 1e-9. | done |
| kernel port | causal Rust kernel; reuse RollingPercentile HF7 (R2, bit-identical on 33,600 octile reads); preserve sign. | done |
| wire | BarRow ยท COLUMN_NAMES ยท BarDerivedV2 ยท schema.sql ยท feature_metadata โ one no-split-brain PR. | done |
| SOTA ยง6 + ยง6.RG | parity ยท property ยท crash-stress ยท batchโกstreaming ยท golden + the sign-witness. 11,200 finite compared; max-abs-dev 3.6e-12 batch / 1.2e-10 streaming vs TOL 1e-9. | done |
| all-gates | fmt ยท clippy ยท schema-contract ยท drift โ GREEN. | done |
| no-split-brain | schema + metadata + BarRow + cohort + sha256 landed together. | done |
| challenge-held | adversarial Attacker+Defender โ 8 attacks, 7 held, 1 conceded (doc-staleness) FIXED; SHIP. | done |
| PR | PR3 #127 OPEN, stacked on #38 โ awaiting squash-merge. | OPEN |
โ back to the running dashboard