ronboger Claude Opus 4.5 commited on
Commit
5f84065
·
1 Parent(s): 3f702bf

docs: update verification notes with FDR calibration results

Browse files

FDR calibration from scratch completed:
- Risk: 0.0948 (≤ α=0.1, controlled)
- Lhat: 0.9999654 (paper uses 0.999980, more conservative)
- Both thresholds control FDR at target level

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. docs/VERIFICATION_NOTES.md +8 -2
docs/VERIFICATION_NOTES.md CHANGED
@@ -87,8 +87,14 @@ Risk control coverage: 75% of trials have loss ≤ 1.0
87
  Note: Full CLEAN precision/recall/F1 metrics require the CLEAN package from
88
  https://github.com/tttianhao/CLEAN
89
 
90
- #### 4. FDR Calibration (Pending)
91
- Running via SLURM job to compute FDR threshold from scratch. Expected mean lhat ≈ 0.999980.
 
 
 
 
 
 
92
 
93
  ---
94
 
 
87
  Note: Full CLEAN precision/recall/F1 metrics require the CLEAN package from
88
  https://github.com/tttianhao/CLEAN
89
 
90
+ #### 4. FDR Calibration
91
+ ```
92
+ Risk: 0.0948 (≤ α=0.1, controlled)
93
+ TPR: 69.8%
94
+ Lhat: 0.9999654 (paper uses 0.999980, more conservative)
95
+ FDR Cal: 0.0949
96
+ ```
97
+ Note: Paper threshold is slightly higher (more conservative). Both control FDR at α=0.1.
98
 
99
  ---
100