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 Student's t-distribution #72

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

Conversation

saeyma
Copy link

@saeyma saeyma commented Oct 27, 2021

🟢 Implement mean, stdev, PDF, CDF, plot PDF, and plot CDF functions handling cases
🟢 Add tests in test.py

This PR aims to close #70

Note: The CDF function is applicable for x**2 < v. This can be fixed in the future.
Linted with flake8 and formatted with black

@saeyma
Copy link
Author

saeyma commented Oct 29, 2021

hey @hot9cups, if the tests pass, can you review the code and merge it and hopefully add hacktoberfest-accepted tag? 😄

@hot9cups
Copy link
Owner

Added the tag, will review it soon.

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 Student's t-distribution
2 participants