Gaussian and Binomial distributions
Project description
# distprob
distprob is a Python library for dealing with distribution calculation and visualization.
Gaussian distribution class - calculating and visualizing a Gaussian distribution. Binomial distribution class - calculating and visualizing a Binomial distribution. Generic distribution class - calculating and visualizing a probability distribution.
## Installation
Use the package manager pip to install distprob.
`bash pip install distprob `
## Usage
`python from distprob import Gaussian gaussian_one = Gaussian(25, 2) gaussian_one.mean gaussian_one + gaussian_one from distprob import Binomial binomial_one = Binomial(, 2) binomial_one.mean binomial_one + binomial_one `
## 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/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file distprob-0.1.tar.gz.
File metadata
- Download URL: distprob-0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/38.4.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f8d4abb3ff7e4c2acdbdc6249794359d511e41fcddde8879855a331891414c3
|
|
| MD5 |
a36fe6c68056f86aed2e8df0bf6f1fa0
|
|
| BLAKE2b-256 |
e87144f5effe6690441ee5284e845643b4dc81f122e301caa9e72e647d6f303c
|