โ€บNavigation
iteration 03 ยท feature #7

right_quantile_weight_tailweight โ€” how heavy is the upper tail of recent returns?

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.

โœ… PR OPEN โ€” awaiting squash-merge โ€” PR3 (stacked on #38)

๐ŸŸก Hardening witness โ€” sign-witness

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.

The ยง5 pipeline (complete โ€” all stages done)

stagewhat happenedstate
worktreebranch stacked on the #38 branch (top of the stack).done
gap-aware oraclepinned numpy RQW (octiles) reference on the gap-aware logret window; ฮต 1e-9.done
kernel portcausal Rust kernel; reuse RollingPercentile HF7 (R2, bit-identical on 33,600 octile reads); preserve sign.done
wireBarRow ยท COLUMN_NAMES ยท BarDerivedV2 ยท schema.sql ยท feature_metadata โ€” one no-split-brain PR.done
SOTA ยง6 + ยง6.RGparity ยท 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-gatesfmt ยท clippy ยท schema-contract ยท drift โ€” GREEN.done
no-split-brainschema + metadata + BarRow + cohort + sha256 landed together.done
challenge-heldadversarial Attacker+Defender โ€” 8 attacks, 7 held, 1 conceded (doc-staleness) FIXED; SHIP.done
PRPR3 #127 OPEN, stacked on #38 โ€” awaiting squash-merge.OPEN

โ† back to the running dashboard