awslabs/gluonts

Missing distributions

Open

#467 opened on Nov 20, 2019

View on GitHub
 (10 comments) (0 reactions) (1 assignee)Python (3,888 stars) (753 forks)batch import
enhancementhelp wanted

Description

Some of the distributions which are currently missing are:

  • Gamma
  • Beta (this can be implemented ad hoc, or can use Dirichlet internally, since it's a special case) Inflated distributions (these can be implemented as a MixtureDistribution with a "deterministic" one):
  • Zero-One-inflated Beta
  • Zero-inflated Gamma
  • Zero-inflated Poisson
  • Zero-inflated Negative Binomial

Contributor guide