BrierScores
The Brier score is a measure of the accuracy of probabilistic forecasts for binary events. For a sequence of N forecasts, each forecast assigns a probability f_i to whether the event will occur, and the observed outcome o_i is 1 if the event occurs and 0 otherwise. The Brier score is defined as BS = (1/N) sum_{i=1}^N (f_i - o_i)^2. The score ranges from 0 to 1, with lower values indicating better predictive accuracy and 0 representing a perfect forecast.
As a proper scoring rule, the Brier score incentivizes honest probability forecasts. If the true probability
The Brier score can be interpreted through a decomposition into reliability (calibration), resolution, and uncertainty. Reliability
Applications of the Brier score are common in weather forecasting and other domains that produce probabilistic