awslabs/gluonts

Missing distributions

オープン

#467 opened on 2019/11/20

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)Python (753 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,888 個のスター)
PR merge metrics
 (平均マージ 26d 17h) (30d で 4 merged PRs)

説明

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

コントリビューターガイド