awslabs/gluonts

Missing distributions

Ouverte

#467 ouverte le 20 nov. 2019

 (10 commentaires) (0 réaction) (1 personne assignée)Python (753 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 888 étoiles)
Métriques de merge PR
 (Merge moyen 26j 17h) (4 PRs mergées en 30 j)

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

Guide contributeur