v0.7 wash filtering + recalibration: 2026-04-27
Browse files- v0_7_calibration.json +8 -0
v0_7_calibration.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "additive",
|
| 3 |
+
"target_coverage": 0.9,
|
| 4 |
+
"delta_lower_additive": 0.08095530420541763,
|
| 5 |
+
"delta_upper_additive": 0.0,
|
| 6 |
+
"multiplicative_factor": 1.239099800588292,
|
| 7 |
+
"val_coverage_after": 0.8595204513399154
|
| 8 |
+
}
|