Skip to content

hot9cups/probdists

Repository files navigation

probdists

Python package to model probability distributions.
Currently supports Gaussian, Gamma, Binomial, Bernoulli, Triangular, Uniform and Exponential Distributions.

Usage

Please see usage

Installation

Installing using pip:

>>> pip install probdists

Installing using virtual-environment(recommended):

>>> conda create -n myEnv python=3.6 anaconda
>>> conda activate myEnv
>>> pip install probdists

You can find the project on PyPi here

Files

The main classes are inside the probdists folder

Licence

MIT Licence