Skip to main content

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


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.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page