This is a python package for the two known probability distributions: Gaussian and Binomial
You need to install the following:
Jupyter Notebook
Python3
Matplotlib
To get started with the project, clone the repository as follows:
git clone https://github.com/SadmiB/Probability-Distributions.git
To get the package from PyPi use the below command:
pip install probability-dists
To run th unit tests:
python test.y
In python script or interprester use this to import the package and use it:
from probability_dists import Gausssian, Binomial
Gaussian(10, 5)
Binomial(0.4, 25)
- Sadmi Bouhafs - SadmiB
This project is licensed under the MIT License - see the license.txt file for details