awslabs/gluonts

Missing distributions

开放

#467 创建于 2019年11月20日

 (10 条评论) (0 个反应) (1 位负责人)Python (753 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,888 个星标)
PR 合并指标
 (平均合并 26天 17小时) (30 天内合并 4 个 PR)

描述

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

贡献者指南