Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

probdists

Python package to model probability distributions.
Currently supports Gaussian, Gamma, Binomial, Bernoulli 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