Free tool · No signup

Free Brier Score Calculator

Enter your probabilities and outcomes. Get your mean Brier score plus a percentile ranking against 8,656 real Polymarket wallets, computed live in your browser.

Built by the team behind the 10,000-wallet Polymarket calibration audit. The reference distribution is regenerated from that cohort rather than hand-set.

Live in-browserMeasured against a real cohortPredictions not stored
Probability (0–1)
Outcome

Mean Brier score

0.104

Lower is better. 0 is perfect; 0.25 is a coin flip on a 50/50 market; 1.00 is always wrong at full confidence.

Reference cohort

Better than 63%

of the 8,656-wallet Polymarket cohort (median 0.13), measured on their resolved positions as of 2026-04-15.

How the Brier score works

The formula

For each prediction, square the difference between your probability and the actual outcome (0 or 1). Average those squared errors across all predictions. Lower is better. The formula in math notation: BS = (1/N) · Σ(p_i − o_i)².

Why proper scoring rules matter

A proper scoring rule is one where the forecaster minimizes their expected score only by reporting their true probability. Brier and log loss both satisfy this; raw accuracy does not. If you score forecasts with accuracy alone, rational forecasters learn to round every prediction to 1 or 0, which destroys the information content.

What the reference cohort tells you

Textbook examples show Brier scores of 0.1 or 0.2. Across the 8,656-wallet cohort the median wallet sits at 0.13 on the resolved positions we could price, and the spread is wide in both directions. The comparison here answers a narrow question: where does this score sit against that cohort, on that date?

Frequently asked questions

What is a Brier score?

A Brier score is a proper scoring rule for probabilistic forecasts. It is the mean squared error between predicted probabilities and actual binary outcomes, ranging from 0 (perfect calibration) to 1 (always wrong). 0.25 is the Brier score of always predicting 0.5 on a 50/50 market. The metric was introduced by Glenn Brier in 1950 for weather forecasting and is now the standard accuracy metric for probabilistic forecasters.

How do I calculate a Brier score?

For each prediction, square the difference between your predicted probability (between 0 and 1) and the actual outcome (0 if it did not happen, 1 if it did). Then average those squared errors across all predictions. In formula form: BS = (1/N) · Σ(p_i − o_i)², where p_i is your probability for event i and o_i is 0 or 1. Our calculator does this automatically and updates live as you add predictions.

What is a good Brier score?

It depends entirely on how hard the questions were, so a threshold quoted with no cohort behind it says little. Against the one cohort we can measure, 8,656 Polymarket wallets scored on their resolved positions as of 2026-04-15, the median wallet sits at 0.13: a score of 0.10 is better than about two thirds of them, 0.20 better than about a quarter, and 0.24 better than about one in ten. Those are shares of that cohort, not a general standard.

How is Brier score different from accuracy?

Accuracy rewards you for being right more than half the time, treating a 51% forecast the same as a 99% forecast. Brier score rewards you for being right with the right amount of confidence. If you say 70% and the event happens, you score better than if you said 95% and the event happens. That is why Brier is a 'proper' scoring rule and accuracy is not: only Brier incentivizes honest probability assignment.

Can I use the Brier score for more than two outcomes?

Yes, the multi-class Brier score generalizes naturally: compute the squared error between the predicted probability vector and the one-hot outcome vector, summed across classes. This calculator is focused on binary outcomes (the most common forecasting case) but the same principle extends. Libraries like scikit-learn's brier_score_loss support both.

What is the difference between Brier score and log loss?

Both are proper scoring rules for probabilistic forecasts. Brier penalizes errors quadratically: being off by 0.2 is four times worse than being off by 0.1. Log loss (cross-entropy) penalizes errors logarithmically and blows up when you assign near-zero probability to an outcome that actually happens (which is why extreme overconfidence is very costly under log loss). Brier is more robust to extreme predictions; log loss is more sensitive.

Where does the 8,656-wallet reference cohort come from?

Every Polymarket wallet on the public leaderboard with at least 5 resolved positions, as of 2026-04-15. Each wallet's Brier is computed on the implied entry prices of its resolved positions, not on stated forecasts, so the comparison is to how those wallets priced rather than to how they would answer a quiz. The reference distribution is regenerated from the committed cohort files, and the read is windowed: a large share of those wallets sit at the 2,000-fill cap, which the study discloses. Methodology: convexly.app/research/polymarket-10k-wallet-study.

Does this calculator save my predictions?

Your individual predictions stay in your browser and are not stored by Convexly. One anonymous usage event, carrying the computed score and the number of rows but none of your predictions, goes to our analytics provider. If you want tracking across attempts, a free Convexly account lets the Calibration Challenge quiz keep your Brier history.

Track calibration across every prediction

Convexly scores Polymarket wallet calibration and exposes evidence-linked caveats. Free to start, no signature or private key required.