Last updated:
0 purchases
distributionsasyn 1.0
Distributions-package
Author: Anastasia Syntychaki
Email: asyntychaki@gmail.com
About:
This is an OOP-based package named distributions-asyn for calculating and visualizing Gaussian and Binomial distributions of numerical data.
Installation:
The distributions-asyn package requires Python 3.x versions. It has the following dependencies:
Matplotlib
Math
It is available at PyPI and can be installed using:
pip install distributions-asyn
File Descriptions:
distributions-asyn/Generaldistribution.py: A generic distribution class that calculates and visualizes a probability distribution.
distributions-asyn/Gaussiandistribution.py: A Gaussian distribution that inherits from the Generaldistribution. It calculates and visualizes a Gaussian distribution.
distributions-asyn/Binomialdistribution.py: A Binomial distribution that inherits from the Generaldistribution. It calculates and visualizes a Binomial distribution.
distributions-asyn/__init__.py: The package initialization file.
distributions-asyn/setup.cfg: README.md metadata.
distributions-asyn/license.txt: Copyright information.
setup.py: Setup file with package metadata.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.