Skip to content

Gaussian & Binomial probability distributions python package

Notifications You must be signed in to change notification settings

SadmiB/Probability-Distributions

Repository files navigation

Probability-Distributions

This is a python package for the two known probability distributions: Gaussian and Binomial

Prerequisites

You need to install the following:

Jupyter Notebook
Python3
Matplotlib

Installing

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

Running the tests

To run th unit tests:

python test.y

Usage

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)

Authors

License

This project is licensed under the MIT License - see the license.txt file for details

About

Gaussian & Binomial probability distributions python package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published