awslabs/gluonts

Missing distributions

Open

#467 创建于 2019年11月20日

在 GitHub 查看
 (10 评论) (0 反应) (1 负责人)Python (3,888 star) (753 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南

Missing distributions · awslabs/gluonts#467 | Good First Issue