Gaussian and Binomial Distributions
Project description
aicourse_dist_prob_asreeman
aicourse_dist_prob_asreeman is a python package for computing simple descriptive statistics and graphing for two probability distributions: Gaussian and Binomial Distributions. This package was developed and uploaded as part of course material for the "AI Programming with Python" course done by Udacity. Scripts and modules developed using Andrew Paster's(instructor for Udacity course) scripts as a template.
Installation
Use the package manager pip to install aicourse_dist_prob_asreeman.
pip install aicourse_dist_prob_asreeman
Usage
#For Gaussian distributions
from aicourse_dist_prob_asreeman import Gaussian
#For Binomial distributions
from aicourse_dist_prob_asreeman import Binomial
# returns mean of a Gaussian distribution
Gaussian.calculate_mean()
#returns probability density function of a Binomial distribution
Binomial.pdf(5) #input args for number of positive trials out of a dataset
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
See LICENSE.txt in this package for license information.
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
File details
Details for the file aicourse_dist_prob_asreeman-1.4.tar.gz.
File metadata
- Download URL: aicourse_dist_prob_asreeman-1.4.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f81757709ad177a536b4c99743f31f4f5090cea115446bade86de95a44d1acc6
|
|
| MD5 |
431084718e1b059632fb40d83b990b7a
|
|
| BLAKE2b-256 |
e5545377620561254adb52a3309a3560a29616dd515924b89d54bac5e64e66a4
|