โ€บNavigation
Dashboard โ€บ Three-Axis Probes

axis 3 ยท oracle ยท operational

๐Ÿงฌ Agnostic

Is this ONE well-defined algorithm โ€” would two honest implementations agree? Terry msg 428, verbatim: "algorithm-invariant. Two correct implementations of the same feature should converge to the same answer."

Provenance correction. This is NOT asset-agnostic. The "works across multiple assets" reading was an operator-side drift; the cross-asset sweep belongs to the orthogonal axis. Sources: PROVENANCE.md.

Three tests

testquestiondemo result
A โ€” no-dispatch (static)Does the code switch estimator on a data condition?FAIL on if lenโ‰ฅ500: app else perm ยท PASS on clean feature
B โ€” convergence oracleDo two independent implementations agree to ~1e-9?PASS hjorth (ฮ” 6.9e-18) ยท petrosian (ฮ” 0.0) ยท FAIL unpinned embedding (ฮ” 3.3%)
C โ€” doc/code consistencyDoes the declared algorithm match the implemented one?FAIL declared DFA vs implemented R/S (the real lookback_hurst case)
The axes connect: the TEST B failure happens because the embedding order isn't pinned to the project-wide constant โ€” an unpinned parameter is a parameterless FAIL and an agnostic FAIL. Terry's if nโ‰ฅ500 example fails both, by design.

Why PARTIAL

A dispatch/divergence FAIL is conclusive. But a full PASS needs a second independent reference implementation registered per candidate โ€” until then the axis reports PENDING, never a faked pass. Registering reference impls is the open work item.

Deep dive: AXIS-3-AGNOSTIC.md