epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Correct docs for brier score #783

Closed nikosbosse closed 4 months ago

nikosbosse commented 4 months ago

Description

This PR closes #.

The current version of the docs has a 1/N term in them. However, we don't return the average Brier score, but instead return the element-wise Brier score. This PR corrects that by getting rid of the 1/N part.

Checklist