
The confidence score tells you how much to trust a given prediction. It’s a monotonic reliability layer for match-outcome predictions. For each forecast the layer emits two quantities:
The confidence score quantifies forecast reliability, not economic value.
The score estimates the conditional probability that the model’s directional call is correct:
where is the predicted side and is the realised outcome. A value indicates that, among validation forecasts with comparable characteristics, the directional call was correct approximately 80% of the time.
On the platform, it powers the confidence indicator shown alongside win predictions on match pages.
The score is not:
Use and to rank and filter forecasts by reliability; apply separate, odds-aware logic for profitability decisions.
Predictions are produced by a composite forecasting system whose consolidated probability summarises multiple information sources. Beyond the point forecast, the coherence of constituent estimates provides an auxiliary signal: aligned sub-forecasts suggest stable inference, whereas dispersion suggests latent uncertainty.
The reliability layer is estimated on a held-out validation sample and then fixed. At inference it consumes only model outputs (the consolidated probability and, when available, constituent forecasts); it does not access live match state or post-fit labels, which limits overfitting to in-sample artefacts.
| Consolidated win probability | |
| Calibrated probability | |
| Constituent forecast m = 1, …, M (when available) | |
| Realised binary outcome | |
| Latent reliability index | |
| Confidence score | |
| Confidence tier |
1. Probability calibration.
A monotone mapping is fit on validation pairs :
2. Forecast dispersion.
When multiple constituent forecasts are available, dispersion is summarised by
and standardised using validation moments :
When constituent forecasts are unavailable, the dispersion term is omitted ().
3. Latent reliability index.
Decisiveness of the calibrated forecast is measured by its margin from indifference, adjusted for dispersion:
where is a fixed penalty coefficient estimated on validation.
4. Reliability score.
A second monotone mapping links the latent index to the empirical frequency of correct directional calls on validation:
5. Tier assignment.
Validation quantiles of define disjoint reliability classes:
Tiers are monotonic in and therefore in expected reliability.
When only a consolidated probability is available, the dispersion term is inactive and reliability reduces to a margin-based index derived from alone. The layer is therefore applicable to both composite and single-estimator systems.