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

Add the energy score scoring rule for comparing multivariate distributions #3362

Merged
merged 5 commits into from
Apr 23, 2024

Commits on Apr 21, 2024

  1. Added the multivariate energy score metric along with tests for its e…

    …quivalence to the CRPS metric in the univariate case.
    Ben Zickel committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9908fa4 View commit details
    Browse the repository at this point in the history
  2. Combined tests for CRPS and univariate energy score.

    Ben Zickel committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a0c8518 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Added test for the multivariate energy score.

    Ben Zickel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    97394b2 View commit details
    Browse the repository at this point in the history
  2. Fixed docs and linting and added typing for pyro.ops.stats.energy_sco…

    …re_empirical.
    Ben Zickel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4648331 View commit details
    Browse the repository at this point in the history
  3. Fix math in docs.

    Ben Zickel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8ff9be0 View commit details
    Browse the repository at this point in the history