Spaces:
Runtime error
Runtime error
docs: update verification notes with FDR calibration results
Browse filesFDR 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>
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
|
| 91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|