Brier Score Calculator

Evaluate probabilistic predictions with Brier scores, calibration diagnostics, skill comparisons, decomposition, confidence intervals, subgroup analysis, interactive charts, and export-ready reports in one tool instantly.

Results

Run the calculator to see results.

BinCountWeightMean forecastEvent rateReliability part
GroupRowsWeightBrier scoreMean probabilityEvent rate
RankModelBrier scoreSkill scoreDifference from bestStatus
Use two or more comma-separated names.

Forecast observations

Enter predictions, outcomes, weights, groups, and dates.

Binary columns: probability, outcome, weight, group, date.
Multiclass columns: one probability per class, actual, weight, group, date.

Calibration and statistical options

Reference and skill score

Model comparison

Add alternative model probabilities using the same outcomes.

Filters

Formula used

Binary: BS = Σ wᵢ(pᵢ − yᵢ)² / Σ wᵢ

Multiclass: BS = Σᵢ Σₖ wᵢ(pᵢₖ − yᵢₖ)² / Σᵢ wᵢ

Skill score: BSS = 1 − BSmodel / BSreference

Binary decomposition: BS = Reliability − Resolution + Uncertainty

How to use

  1. Select binary or multiclass prediction mode.
  2. Enter probabilities, outcomes, and optional row information.
  3. Choose calibration, baseline, confidence, and filtering options.
  4. Add comparison models when model ranking is required.
  5. Calculate, inspect charts, then export the complete report.

Example data

ProbabilityActualWeightGroupDate
0.9011High confidence2026-07-01
0.7011Medium confidence2026-07-02
0.4001Medium confidence2026-07-03
0.2001Low confidence2026-07-04

Understanding the Brier score

The Brier score evaluates the quality of probability forecasts. Lower values represent smaller squared prediction errors. A score of zero indicates perfect probabilities.

Accuracy evaluates final class decisions, not probability quality. Calibration compares predicted probabilities with observed event frequencies. Resolution rewards useful separation between different risk levels.

Class imbalance can make an unskilled score appear deceptively small. Compare each model against an appropriate reference forecast. Skill scores summarize improvement over that selected baseline.

Log loss penalizes confident mistakes more severely than Brier loss. Brier loss remains bounded for binary outcomes. Both metrics should support calibration and discrimination analysis.

Frequently asked questions

What is a good Brier score?

Lower scores are better. Compare against prevalence and baseline forecasts.

What is the binary score range?

Binary Brier scores normally range from zero through one.

Why can multiclass ranges differ?

Some definitions divide the summed class error by two.

What does a positive skill score mean?

The tested model improves upon the selected reference forecast.

Can observation weights be used?

Yes. Weighted errors are divided by total valid weight.

What does reliability measure?

Reliability measures differences between predicted and observed bin rates.

What does resolution measure?

Resolution measures separation from the overall observed event rate.

How are confidence intervals calculated?

Bootstrap resampling estimates uncertainty around the reported Brier score.

Can multiple models be compared?

Yes. Add aligned probabilities for every alternative model.

Related Calculators

Gradient Descent CalculatorStochastic Gradient Descent CalculatorMomentum Optimiser CalculatorAdam Optimiser CalculatorLearning Rate Decay CalculatorK-Nearest Neighbours CalculatorKNN Majority Vote CalculatorQ-Learning Update CalculatorMulti-Armed Bandit CalculatorModel Calibration Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.