Gaussian and binomial distribution
Project description
# dsdn-distrib-20230330-gk package
This is the first package I created as part of the Data Science Nanodegree course I am currently studying at Udacity
There is a parent class called Distibution from which another two classes (Gaussian and Binomial) inherit a few attributes and methods.
For Binomial and Gaussian classes there are some methods for calculating mean and st. dev. as well as plotting some bar charts
#Files
Generaldistribution.py: Contains the parent class (Distribution) Gaussiandistribution.py: Contains the class for gaussian distribution. Methods for mean and st.dev available Binomialdistribution.py: Contains the class for binomial distribution. Methods for mean, st.dev and bar charts available
#Installation
The package is available in pypi so you can just use pip install dsdn-distrib-20230330-gk
#Licensing
You can find details of the licensing in file license.txt
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 dsdn_distrib_20230330_gk-0.1.tar.gz.
File metadata
- Download URL: dsdn_distrib_20230330_gk-0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/3.7.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b49b8aabd1273100f877b1eeb598a2b8cb1fd8a50fa97744f64403a11daa9cb
|
|
| MD5 |
b103fdab5d5788606527e5cbd5e402d0
|
|
| BLAKE2b-256 |
96d201e17ced599dea2b82885a0712b6c25e36ba2fd400e5ccdf21b99df05491
|