awslabs/gluonts

Missing distributions

Open

#467 aberto em 20 de nov. de 2019

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

Métricas do repositório

Stars
 (3.888 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador