I am trying to .fit a Poisson distribution to calculate a MLE for my data. I noticed there is a .fit for continuous functions in scipy stats, but no .fit for discrete functions. Is there another API that has a .fit function for discrete distributions in Python?
Asked
Active
Viewed 1,557 times
3
-
2Take a look at https://stackoverflow.com/questions/37500406/how-to-fit-a-poisson-distribution-with-seaborn – Warren Weckesser Oct 24 '19 at 15:39