Gaussian and binomial distributions
Project description
# pydist_prob: Gaussian and Binomial Distributions Functions for calculating and plotting normal and binomial distributions. This project is a part of the AWS Machine Learning Course on Udacity. ## Usage `python from Gaussiandistribution import Gaussian foo = Gaussian(25, 2) round(foo.pdf(25), 5) #returns 0.19947 foo.plot_histogram_pdf() #plots a histogram of the probability density function ` ## 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
pydist_prob-0.3.tar.gz
(3.7 kB
view details)
File details
Details for the file pydist_prob-0.3.tar.gz
.
File metadata
- Download URL: pydist_prob-0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/38.4.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
addef8be8c733671d49bec827ed06588fee6eb53d51775451f520ac235315705
|
|
MD5 |
9d77e07a8efaf37483b5d572056ee437
|
|
BLAKE2b-256 |
55afaa39f9e66037392b1f77079bf4b6f91d0089316f92534b42e0c36e0f7f2f
|