Concept Architecture
Concept
Theoretically, the Brier Score is a proper scoring rule used to measure the accuracy of probabilistic predictions for binary outcomes. It quantifies the agreement between predicted probabilities and observed events by calculating the mean squared difference between predicted probabilities and actual outcomes. The concept is founded on probability theory and statistical decision theory and exists to evaluate the overall performance of prediction models by simultaneously assessing calibration and discrimination.
Mathematically, the Brier Score is calculated as the average squared difference between predicted probabilities and observed binary outcomes. Lower scores indicate better predictive performance, with a value of 0 representing perfect prediction and 0.25 representing the expected score for an uninformative model predicting a probability of 0.5 for balanced binary outcomes. The score is bounded between 0 and 1, although values above 0.25 are uncommon for well-performing binary prediction models.
In practice, the Brier Score is widely applied to evaluate clinical prediction models, survival models, diagnostic algorithms and health economic risk models. It is commonly reported alongside measures such as the area under the receiver operating characteristic curve and calibration statistics to provide a comprehensive assessment of predictive accuracy.
Purpose
Used to evaluate the accuracy of probabilistic predictions, compare predictive models, assess calibration and discrimination and support validation of clinical and health economic prediction models.
Mathematical Formulae
Primary Formula
BS = (1 / N) ? ??????? (p? ? y?)�
where:
- BS = Brier Score
- N = number of observations
- p? = predicted probability for observation i
- y? = observed outcome (0 or 1)
Supporting Formulae
RMSE = �BS
Skill Score = 1 ? (BS_model / BS_reference)
Related Mathematical Methods
- Calibration Curve
- Calibration Slope
- Receiver Operating Characteristic Curve
- Area Under the Receiver Operating Characteristic Curve
- Log Loss
- Mean Squared Error
- Prediction Error
- Cross-Validation
Example
A prediction model estimates the probability of hospital readmission for four patients.
| Predicted Probability | Observed Outcome |
|---|---|
| 0.90 | 1 |
| 0.70 | 1 |
| 0.30 | 0 |
| 0.20 | 1 |
Brier Score:
BS = [(0.90 ? 1)� + (0.70 ? 1)� + (0.30 ? 0)� + (0.20 ? 1)�] / 4
BS = (0.01 + 0.09 + 0.09 + 0.64) / 4
BS = 0.2075
The model has a Brier Score of 0.208, indicating moderate predictive accuracy, with lower values representing better overall performance.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| SUMXMY2 | =SUMXMY2(B2:B101,C2:C101)/COUNT(B2:B101) | Calculates the Brier Score from predicted probabilities and observed outcomes. |
| COUNT | =COUNT(B2:B101) | Counts observations used in the calculation. |
| SQRT | =SQRT(D2) | Calculates the root mean squared prediction error. |
| AVERAGE | =AVERAGE((B2:B101-C2:C101)^2)* | Calculates the average squared prediction error. |
*Implemented as an array or dynamic array formula in modern Excel.
VBA (Optional)
A VBA macro can automatically calculate Brier Scores, compare competing prediction models and generate validation summaries across multiple datasets.
Sources
- Brier GW. Verification of forecasts expressed in terms of probability. Monthly Weather Review. 1950;78(1):1?3.
- Steyerberg EW. Clinical Prediction Models. 2nd ed.
- Harrell FE. Regression Modeling Strategies. 2nd ed.
- Gerds TA, Kattan MW. Medical Risk Prediction Models.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
Related Concepts (2)
Library
Publications
1
Statistical Analysis of Cost-Effectiveness Data — Willan & Briggs, 1st Edition ed., 2006 (John Wiley & Sons)
A synthesis of statistical methods for analysing cost-effectiveness data, including net-benefit regression, confidence intervals for the ICER, cost-effectiveness acceptability curves, and covariate adjustment. Part of the Wiley Statistics in Practice series.
BookView source →
Frequently Asked Questions (6)
What is the Brier score?
A measure of probabilistic prediction accuracy, the mean squared difference between predicted probabilities and actual observed binary outcomes, lower being better.
Source: Brier 1950
What does the Brier score measure about probabilistic predictions?
The Brier score measures how accurate probabilistic predictions are by taking the mean squared difference between the predicted probabilities and the outcomes that actually occurred, coded as zero or one. A lower score is better, since it means the forecasts sat close to reality; a prediction of ninety per cent for events that happen scores well, while confident predictions that prove wrong are penalised heavily. It rewards forecasts that are both correct in direction and honest about their certainty. Scoring the closeness of probabilities to outcomes is its purpose. Steyerberg (2009) describes this measure.
Source: Steyerberg 2009
How is the Brier score calculated?
The Brier score is calculated by taking, for each observation, the difference between the predicted probability of the event and the actual outcome coded as one if the event occurred and zero if not, squaring this difference, and averaging the squared differences across all observations. So the Brier score is calculated as the mean squared error between predicted probabilities and observed binary outcomes, which ranges from zero for perfect predictions to one for the worst possible, and because it penalises predictions that are far from the outcome, it rewards probabilities that are both well calibrated and appropriately confident in the correct direction.
Source: Brier 1950
How is the Brier score interpreted?
The Brier score is interpreted such that lower values indicate better predictions, with zero being perfect and higher values worse; a score can be compared against that of a naive prediction, such as always predicting the overall event rate, to judge whether a model adds value. It reflects both calibration and discrimination together. So the Brier score is interpreted as an overall measure of probabilistic prediction accuracy, with smaller values meaning predicted probabilities are closer to outcomes, and it is often compared with a reference to gauge improvement, though because it combines aspects of performance, it is used alongside separate assessments of calibration and discrimination.
Source: Brier 1950
What does the Brier score capture?
The Brier score captures the overall accuracy of probabilistic predictions, reflecting both calibration, how well predicted probabilities match observed frequencies, and discrimination, how well the predictions separate events from non-events. It can be decomposed into components relating to these aspects. So the Brier score captures a combination of calibration and discrimination in a single measure of how close predictions are to outcomes, which makes it a useful summary of a probabilistic model's performance, though because it aggregates these aspects, examining its components or complementary measures gives a fuller understanding of where a model performs well or poorly.
Source: Brier 1950
What are the limitations of the Brier score?
The limitations of the Brier score include that, as a single summary, it does not by itself show whether poor performance stems from calibration or discrimination, so its components or other measures are needed for detail; and that it can be affected by the outcome's prevalence, complicating comparisons across settings with different event rates. So the Brier score is used alongside separate assessments of calibration and discrimination and with attention to the event rate, since a single value does not reveal the source of prediction error and comparisons between populations require accounting for differing prevalences, which is why it is one of several tools for evaluating probabilistic predictions rather than a complete assessment.
Source: Brier 1950
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 12 Dec 2025
Content version: 1.0.0
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/brier-score
- Term code
- HE-ES-SA-019
Stable URI · Machine-readable · Resolvable · CC BY 4.0