awslabs/gluonts

Missing distributions

Aperta

#467 aperta il 20 nov 2019

 (10 commenti) (0 reazioni) (1 assegnatario)Python (753 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3888 stelle)
Metriche merge PR
 (Merge medio 26g 17h) (4 PR mergiate in 30 g)

Descrizione

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

Guida contributor