Metadata-Version: 2.0
Name: BGdist2020
Version: 0.4
Summary: Gaussian distributions
Home-page: UNKNOWN
Author: Noel Conlisk
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0

# BGdist2020

This package includes classes and functions for calculating and graphing
both binomial and gaussian distributions.

#Files

Binomialdistribution.py 
Gaussiandistribution.py
Generaldistribution.py

#Installation

The package can be installed using the following command

pip install BGdist2020

#Dependencies

Matplotlib/n
Python 3

