Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Irwin-Hall distribution #46

Open
hot9cups opened this issue Oct 31, 2020 · 2 comments
Open

Add support for Irwin-Hall distribution #46

hot9cups opened this issue Oct 31, 2020 · 2 comments
Assignees
Labels

Comments

@hot9cups
Copy link
Owner

Go through the Gaussian distribution class, the Binomial class and the Exponential class which are subclasses of General distribution class.

I would like to expand this to include another distribution, the Irwin-Hall distribution.
This one might be slightly more challenging than the other distributions ;)

@whynesspower
Copy link

Hi @hot9cups. If this does not get assigned, I would like to complete this task. To prepare, my plan is to go through the code for the distribution classes, their respective tests in test.py, documentation for matplotlib, read up on Irwin Hall distribution, come up with a numbers_irwin_hall.txt for demo data. For the implementation, I'm going to mimic the implementation of the other distribution classes?
Consider assigning me this issue

@hot9cups
Copy link
Owner Author

@whynesspower That sounds like a great plan! Just a headsup, I'm moving towards using seaborn instead of matplotlib(see this #63 ), I will merge it soon so the changes will reflect in the codebase as well.
Apart from that, everything sounds great. Assigning this to you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants