I am looking at Generalizations of Poisson Processes and here specifically at the “Gamma Count Model”. Before I try to implement that myself I wanted to ask here if somebody did already that or something similar, from where I could copy code?
Gamma Count distributions are a personal favourite. Unfortunately, the gradient of the incomplete gamma function is not implemented in Theano, thus I switched to Tensor Flow for such models.