code wiki / (root) / nx_arousal_profile_gate.nx

nx_arousal_profile_gate.nx

buildroot/runtime/nx_arousal_profile_gate.nx

7169 B127 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/prooftopic arousal
docsdependenciesstructsconstsfunctions

about

nx_arousal_profile_gate.nx -- liar-killed GATE for the dual-control profile estimator. The load-bearing teeth are the two REFUSALS, not the recovery: - SES and SIS1 must ALWAYS report UNIDENTIFIABLE. They both scale with stimulus, so stimulus-response data can only recover their DIFFERENCE; emitting a number for either would be inventing one. This is structural, not a sampling limit -- more sessions cannot fix it. - a negative SIS2 is an impossible inhibition magnitude and means the observations do not lie on the model's line. Refuse the fit rather than hand a downstream readout a corrupt profile to diagnose from. Recovery itself is checked on two DIFFERENT synthetic profiles so a constant-returning estimator cannot pass. Tooth total is DERIVED; G_MIN_TEETH is a floor so a deleted tooth trips RED. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_arousal_profile_gate.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap g_run sys_mmap ↻ sys_pipe2 sys_fork sys_dup3 sys_close sys_execve sys_exit sys_read sys_wait4 g_bool g_puts sys_write g_putn sys_write ↻ sys_mmap ↻ sys_munmap g_has g_slen g_puts ↻ g_putn ↻

structs

none

consts

17const G_OUTCAP: i64 = 8192
18const G_MIN_TEETH: i64 = 14

functions

20func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: g_boolmain calls 1: sys_write
21func g_putn(v: i64) -> i64
32func g_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: g_has
33func g_bool(name: *u8, got: i64, want: i64, passp: *i64) -> i64
called by 1: main calls 2: g_putsg_putn
39func g_has(hay: *u8, hn: i64, needle: *u8) -> i64
called by 1: main calls 1: g_slen
46func g_run(elf: *u8, a1: *u8, a2: *u8, a3: *u8, a4: *u8, a5: *u8, out: *u8, cap: i64) -> i64
78func main(argc: i64, argv: *i64) -> i64