An open API service indexing awesome lists of open source software.

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.

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