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 hashes)