https://github.com/aritrakar/statpy
A simple package containing some functions for analysing Gaussian and Binomial distributions. Created for the Udacity AWS MLE Foundations 2021 course.
https://github.com/aritrakar/statpy
data-analysis python statistics
Last synced: 5 days ago
JSON representation
A simple package containing some functions for analysing Gaussian and Binomial distributions. Created for the Udacity AWS MLE Foundations 2021 course.
- Host: GitHub
- URL: https://github.com/aritrakar/statpy
- Owner: aritrakar
- Created: 2021-07-14T05:51:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T06:24:37.000Z (about 4 years ago)
- Last Synced: 2025-01-01T22:30:52.861Z (9 months ago)
- Topics: data-analysis, python, statistics
- Language: Python
- Homepage: https://pypi.org/project/statpy/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# statpy
A simple package containing some functions for analysing Gaussian and Binomial distributions. Created for the Udacity AWS MLE Foundations 2021 course.
PyPI link: https://pypi.org/project/statpy/
## Functionality:
1. Mean calculation
2. Standard deviation calculation
3. Bar chart plotting
4. Probability calculation using Probability Distribution Function (PDF)
5. Plotting PDF
6. Adding distrtibutions (note: for Binomial, right now, you can only add them provided their p-values are same)
7. Representation method