Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the Brier Score and its consistency test. #232

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jan 15, 2024

  1. ft: added preliminary implementation of the brier score test, and an …

    …unit_test that only evaluates a forecast and plot the result.
    pabloitu committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e36bc42 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5fb55ca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. ft: finalized brier score implementation as well as brier consistency…

    … test. It is implemented only using a Binary calculation for spatial-magnitude bins.
    
    tests: Implemented brier score tests.
    pabloitu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a50d1e3 View commit details
    Browse the repository at this point in the history