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

Analytic CRPS formulas tracking issue #13

Closed
30 tasks done
frazane opened this issue Jan 29, 2024 · 1 comment
Closed
30 tasks done

Analytic CRPS formulas tracking issue #13

frazane opened this issue Jan 29, 2024 · 1 comment
Milestone

Comments

@frazane
Copy link
Owner

frazane commented Jan 29, 2024

Issue to track implementation of analytical CRPS formulas, as implemented in scoringRules.

  • beta (betainc missing in torch)
  • binomial (betainc missing in torch)
  • exponential
  • exponential point mass variant
  • gamma
  • gen. extreme value (expi missing in torch)
  • gen. Pareto
  • hypergeometric
  • Laplace
  • log-Laplace
  • log-logistic
  • log-normal
  • logistic
  • logistic truncated
  • logistic censored
  • logistic point mass variant
  • mixture of normals (Ready for PR)
  • negative binomial (hypergeometric missing in jax, tensorflow and torch)
  • normal
  • normal truncated
  • normal censored
  • normal point mass variant
  • Poisson
  • Student’s t (hypergeometric missing in jax, tensorflow and torch)
  • Student’s t truncated (hypergeometric missing in jax, tensorflow and torch)
  • Student's t censored (hypergeometric missing in jax, tensorflow and torch)
  • Student's t point mass variant (hypergeometric missing in jax, tensorflow and torch)
  • two-piece exponential
  • two-piece normal
  • uniform

Notes:

  • gamma, beta and bessel functions not supported in numba (affects beta, gamma, gev, poisson, t, generalised t, negative binomial, binomial, hypergeometric, and log-logistic distribution).
  • regularised incomplete beta function not supported in torch (affects beta, log-logistic, binomial, hypergeometric, negative binomial, and generalised t distribution)
  • hypergeometric function not supported in torch or tensorflow (affects t and negative binomial distribution)
  • exponential integral not supported in torch (affects gev distribution)
  • hypergeometric cdf needed
@frazane
Copy link
Owner Author

frazane commented Oct 3, 2024

Closing as complete! 🚀

@frazane frazane closed this as completed Oct 3, 2024
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

No branches or pull requests

1 participant