awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.64k stars 755 forks source link

icdf does not work for negative binomial/poisson despite being in the code base? #3231

Closed jeycervantes closed 2 weeks ago

jeycervantes commented 4 weeks ago

Description

A follow up on this question, as I realize its probably better categorized as a bug. https://github.com/awslabs/gluonts/discussions/3230

Basically, icdf method appears to be implemented, but it does not actually work, at least in databricks.

To Reproduce

https://github.com/awslabs/gluonts/discussions/3230

Environment

lostella commented 3 weeks ago

@jeycervantes see my answer in #3230