This is a Python package that creates gaussian and binomial distribution objects. Plotting functions are included to visualize the probability distribution functions. Values for distributions can be read in line by line from text file.
This Python package is hosted on PyPI and can be downloaded there or on this GitHub page. Alternatively, it can be installed directly with:
pip install asol-probability-dist
- Binomialdistribution.py - Binomial distribution class and methods.
- Gaussiandistribution.py - Gaussian distribution class and methods.
- Generaldistribution.py - General distribution class and methods.
- math
- matplotlib
- Andrew Leung