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

貢獻者指南