wuff-mann commited on
Commit
1ee963b
·
verified ·
1 Parent(s): e504448

R3 add frozen 2025 verdict

Browse files
diagnostics/R3_single_shot_ordered_gate_tail_calibration/confirmation_2025/verdict.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "ASR_CYGNSS_R3_SINGLE_SHOT_CONFIRMATION_V1",
3
+ "created_utc": "2026-08-02T12:08:22.050819+00:00",
4
+ "development_model": "diagnostics/R2_confidence_adaptive_hybrid_gate/models/dev_2021_2023_hgmm.joblib",
5
+ "gate_policy": {
6
+ "T_low": 1.5,
7
+ "T_mid": 1.0,
8
+ "T_high": 0.8,
9
+ "p_hard": 0.8,
10
+ "margin_hard": 0.1,
11
+ "p34_threshold": 0.72,
12
+ "p4_threshold": 0.65,
13
+ "T_tail": 0.8
14
+ },
15
+ "calibration_policies": {
16
+ "FDS": {
17
+ "base": "affine",
18
+ "shrink": 0.5,
19
+ "slope_halfwidth": 0.2,
20
+ "b_clip": 3.0,
21
+ "tail_start": null,
22
+ "tail_width": 2.0
23
+ },
24
+ "Adaptive": {
25
+ "base": "affine",
26
+ "shrink": 1.0,
27
+ "slope_halfwidth": 0.2,
28
+ "b_clip": 3.0,
29
+ "tail_start": null,
30
+ "tail_width": 2.0
31
+ }
32
+ },
33
+ "qualification_gates": {
34
+ "rmse_below_fair_fds_calibrated": false,
35
+ "paired_bootstrap_upper_below_zero": false,
36
+ "correlation_not_lower_by_more_than_0p01": false,
37
+ "absolute_bias_within_0p30_ms": false,
38
+ "low_0_10_not_worse_than_fds_by_0p05": false,
39
+ "tail_10_20_below_fds_calibrated": true,
40
+ "tail_degradation_vs_r3_raw_le_0p10": true
41
+ },
42
+ "diagnostic_values": {
43
+ "main_rmse": 3.355344552165626,
44
+ "fair_fds_rmse": 3.0948690626068673,
45
+ "paired_upper_95": 0.28798213238988674,
46
+ "main_low_0_10_rmse": 3.424415855162908,
47
+ "fair_fds_low_0_10_rmse": 3.0987674409557733,
48
+ "main_tail_10_20_rmse": 2.756207649408252,
49
+ "fair_fds_tail_10_20_rmse": 2.9400713038062767,
50
+ "r3_raw_tail_10_20_rmse": 2.6957159081020596
51
+ },
52
+ "qualified_for_untouched_holdout": false,
53
+ "submission_ready": false,
54
+ "reason": "R3 did not satisfy every pre-registered 2025 qualification gate."
55
+ }