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 crps formulae for parametric distributions #15

Closed
wants to merge 28 commits into from
Closed

Conversation

sallen12
Copy link
Collaborator

@sallen12 sallen12 commented Mar 1, 2024

Still to do:

  • Several distributions rely on scipy special functions so are not available in numba
  • Some distributions are also not available in torch (e.g. those that use the incomplete beta function)
  • Change argument orders so that they agree with scoringRules
  • Change function names so that they agree with scoringRules
  • Add checks for function inputs (e.g. ensure positive scale parameters)
  • Facilitate optional and default arguments

@sallen12
Copy link
Collaborator Author

separated into individual PRs

@sallen12 sallen12 closed this Sep 10, 2024
@frazane frazane deleted the development branch October 8, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant