awslabs/gluonts

Missing distributions

Aberta

#467 aberto em 20 de nov. de 2019

 (10 comentários) (0 reação) (1 responsável)Python (753 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (3.888 estrelas)
Métricas de merge de PR
 (Mesclagem média 26d 17h) (4 fundiu PRs 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