aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

Fix Brier metric output type #101

Closed drewoldag closed 6 months ago

drewoldag commented 6 months ago

This PR changes the defined output type for the Brier metric. Previous it was defined as one value per distribution, however, the Brier metric is actually defined to be a summary output - i.e. a single value returned.