wuff-mann commited on
Commit
530fadd
·
verified ·
1 Parent(s): f66da84

R3 freeze fair tail-preserving calibration policies

Browse files
diagnostics/R3_single_shot_ordered_gate_tail_calibration/selection/frozen_calibration_policies_2024.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "ASR_CYGNSS_R3_FROZEN_TAIL_PRESERVING_CALIBRATION_V1",
3
+ "created_utc": "2026-08-02T11:33:33.235834+00:00",
4
+ "selection_year": 2024,
5
+ "monthly_anchor_fraction": 0.05,
6
+ "candidate_family": "identity, bias/shrinkage, or slope-clipped affine with optional logistic tail guard",
7
+ "fairness_note": "FDS and Adaptive predictions were independently optimized over the identical calibration family and identical 2024 protocol.",
8
+ "policies": {
9
+ "FDS": {
10
+ "base": "affine",
11
+ "shrink": 0.5,
12
+ "slope_halfwidth": 0.2,
13
+ "b_clip": 3.0,
14
+ "tail_start": null,
15
+ "tail_width": 2.0
16
+ },
17
+ "Adaptive": {
18
+ "base": "affine",
19
+ "shrink": 1.0,
20
+ "slope_halfwidth": 0.2,
21
+ "b_clip": 3.0,
22
+ "tail_start": null,
23
+ "tail_width": 2.0
24
+ }
25
+ },
26
+ "FDS_selection": {
27
+ "method": "candidate_70",
28
+ "exact_score": 1.9498044629718272,
29
+ "low_rmse": 1.7365020486719218,
30
+ "tail_rmse": 2.7161555253431873,
31
+ "raw_low_rmse": 1.8024797726631099,
32
+ "raw_tail_rmse": 2.643160372700119,
33
+ "base": "affine",
34
+ "shrink": 0.5,
35
+ "slope_halfwidth": 0.2,
36
+ "b_clip": 3.0,
37
+ "tail_start": NaN,
38
+ "tail_width": 2.0,
39
+ "n": 11257270,
40
+ "effective_weight": 11257270.0,
41
+ "rmse": 1.9498044629718272,
42
+ "bias": -0.06018013647442965,
43
+ "mae": 1.4025891951558378,
44
+ "correlation": 0.785498912255898
45
+ },
46
+ "Adaptive_selection": {
47
+ "method": "candidate_126",
48
+ "exact_score": 2.064751898748605,
49
+ "low_rmse": 1.9488546953059356,
50
+ "tail_rmse": 2.5033072596677064,
51
+ "raw_low_rmse": 2.0938601840941464,
52
+ "raw_tail_rmse": 2.4086822676777393,
53
+ "base": "affine",
54
+ "shrink": 1.0,
55
+ "slope_halfwidth": 0.2,
56
+ "b_clip": 3.0,
57
+ "tail_start": NaN,
58
+ "tail_width": 2.0,
59
+ "n": 11257270,
60
+ "effective_weight": 11257270.0,
61
+ "rmse": 2.064751898748605,
62
+ "bias": 0.26226695673905015,
63
+ "mae": 1.4980078179034897,
64
+ "correlation": 0.760478268469209
65
+ }
66
+ }