Calibration and the Brier score
A calibration curve compares what a wallet's entry prices implied with what actually happened. The Brier score compresses that comparison into one number, and lower is better.
The answer first
An entry price is an implicit forecast: paying 70 cents says 70%. Calibration asks whether those implicit forecasts matched reality on average. The calibration curve shows it band by band; the Brier score compresses it into one number where 0 is perfect, 1 is the worst possible, and lower is better.
The intuition, with one worked example
Take one position entered at 70 cents. If it resolves true, the Brier contribution is the squared gap between 0.70 and 1: that is 0.30 squared, 0.09. If it resolves false, the gap is 0.70 to 0: squared, 0.49. Being wrong from a confident price costs more than five times as much as being right earns, which is what makes the score hard to game: confident nonsense is punished quadratically. Average those contributions over a wallet's resolved record and you get its Brier score. A wallet that always entered at 50 cents would score 0.25 no matter what happened, so scores well below 0.25 mean the wallet's confidence carried real information.
The actual method
- Calibration curve. Entries are grouped into confidence bands by entry price. Each band reports its sample size, realized win rate, expected probability, and the signed gap between them. Empty bands report null, never fabricated values.
- Brier score. The mean squared error of entry prices against resolved outcomes, per wallet. Lower is better.
- Per-category splits. The same diagnostics run per market category (politics, sports, crypto, and so on): resolved count, Brier, a baseline Brier (what the trivial always-predict-the-base-rate strategy would score), the gap between baseline and wallet, and win rate. This surfaces one-trick records: a wallet can be sharp in one category and noise everywhere else.
Where you see this on the site
The analyzer renders the calibration bands and the per-category table for any wallet, and the same fields ship in the API and the enterprise deliverable. The deeper glossary pages are /learn/calibration and /learn/brier-score.
What this does NOT mean
Good calibration is not high profit. Across the 8,656-wallet reference cohort, the rank correlation between Brier score and realized profit is only +0.148: calibration is one ingredient, not the recipe. A calibrated wallet can size timidly and earn little; a poorly calibrated one can get lucky on one big event. And a strong Brier score is not a verdict: the skill read still runs through the realized edge, its interval, and the four-state gates from lesson 4.
Convexly publishes new methodology research roughly every 6-8 weeks plus the /learn series on a rolling cadence. Get the next paper in your inbox when it ships:
Frequently asked
What is a calibration curve?
What is a Brier score and what is a good one?
Does good calibration mean high profit?
Related explainers
- /learn/calibration: the canonical glossary page for calibration
- /learn/brier-score: the canonical glossary page for the Brier score
Related reading
AnswersBrier score prediction markets
AnswersHow to measure forecasting calibration
AnswersPolymarket calibration tool