Skip to content

hot9cups/probdists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82cf6bd · Nov 28, 2020
Oct 29, 2020
Oct 31, 2020
Nov 28, 2020
Oct 30, 2020
Oct 30, 2020
Oct 23, 2020
Nov 28, 2020
Nov 28, 2020
Oct 29, 2020
Oct 23, 2020
Oct 24, 2020
Nov 28, 2020

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