Skip to main content

Gaussian distributions

Project description

Coinpy

Coinpy is a package to handle distribution data. There's a specific focus on gaussian and binomial distributions

Functions include returning the mean, standard deviation and plots of given dataset. You can also use coinpy to import data and add gaussian curves.

Made with assistance of Udacity during the data science course in object-oriented programming.

Installation

Use the package manager pip to install coinpy.

pip install coinpy

Usage

from coinpy import Gaussian

gaussian_one = Gaussian()

gaussian_one.read_data_file('numbers.txt', True)
# read .txt file from local directory

gaussian_one.calculate_mean()
# returns and stores float mean 25 for example

gaussian_one.calculate_stdev()
# returns and stores standard dev 2 for example

gaussian_one.pdf(5)
# given x (or 5) returns prob density function 0.19947

gaussian_one.plot_histogram_pdf()
# returns normalized histogram and prob density function

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

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

coinpy-1.2.tar.gz (4.1 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