edge doubles: does a real edge compound like the vig does?
β lab Β· Β· ran 7/9/2026
What this is: A one-off study β its numbers below are exactly what the run reported.
| note | in-sample pockets; same-day legs may be correlated; thin samples on doubles |
by snapshot
| closing | {"doubles":{"pnl":-2477.69,"bets":3369,"hit_pct":28,"roi_pct |
| opening | {"doubles":{"pnl":-582.06,"bets":6253,"hit_pct":31.8,"roi_pc |
Reading the columnswhat each number actually means
| AUC | predictability: 0.50 = coin flip, ~0.70 = ceiling for sports |
| Importance | how much the model leans on this factor (permutation importance) |
| Direction | sign of the raw correlation with the outcome |
| Survives all eras | effect points the same way in every historical era |
Spec Β· the reproducible recipe
{
"kind": "edge_doubles",
"seed": 20260709,
"stake": 10,
"filters": [
[
"EPL",
"H",
1,
2
],
[
"EPL",
"H",
3.5,
4.5
],
[
"EL2",
"H",
3.5,
4.5
]
]
}