Metadata-Version: 2.1
Name: distributions-probmax
Version: 0.1
Summary: Gaussian and binomial distributions
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Distributions-Max

Distributions-Probmax is a Python library for basic operations with general probability distributions. It includes packages to handle and plot gaussian and binomial distributions out of the box.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install distributions-probmax
```

## Usage

```python
from distributions_probmax import Gaussian, Binomial

Gaussian (10,7)
Binomial (0.4,25)
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

