Add CDF for Gamma Distribution
hot9cups opened this issue · 4 comments
hot9cups commented
Here is the Gamma distribution class.
It contains the PDF function but currently does not have a CDF function.
I would like it contain the CDF too.
I would also like appropriate unittests to be included in the test.py file
misterdabu commented
I would like to work on this if you don't mind.
hot9cups commented
@misterdabu definitely! I'm assigning it to you, but there's a slight problem that I'm trying to solve at the moment, so you may start working on this from day after tomorrow since I'll be sorting some issues in the codebase tomorrow :)
misterdabu commented
Sounds good. I'll hold off for now.
hot9cups commented
@misterdabu everything's resolved now, you can go ahead and create a PR :)