awslabs/gluonts

Missing distributions

Offen

#467 geöffnet am 20.11.2019

 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (753 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (3.888 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 26T 17h) (4 gemergte PRs in 30 T)

Beschreibung

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