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 Bates distribution #69

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Conversation

saeyma
Copy link

@saeyma saeyma commented Oct 22, 2021

This PR intends to close #47.

🟢 Implemented Batesdistribution.py - mean, pdf, cdf, stdev, pdf plot, and repr
🟢 Demo numbers file for Bates (numbers_bates.txt)
🟢 Added tests for Bates distribution

@hot9cups
Copy link
Owner

Heads up -Think I mentioned this somewhere else as well - always run the unit tests locally before the commit to ensure your code works.

@saeyma
Copy link
Author

saeyma commented Oct 22, 2021

Actually, math.comb() was added in Python v3.8. That's why it's failing. I'll write a function for that.

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

Successfully merging this pull request may close these issues.

Add support for Bates distribution
2 participants