awslabs/gluonts

Missing distributions

Open

#467 opened on Nov 20, 2019

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

Repository metrics

Stars
 (3,888 stars)
PR merge metrics
 (Avg merge 26d 17h) (4 merged PRs in 30d)

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