Gaussian and binomial distributions
Project description
# probability_gaussian_binomial package
This package adapts the object oriented style of programming to make a simple python based package for solving Gaussian and Binomial distributions.
# Files
Generaldistribution.py - This file contains the base class or general class for both the distributions and extending the features of this class using inheritance the other two files calculate their respective distributions.
Gaussiandistribution.py - This file implements all the functions related to gaussian distribution including plotting the graphs.
Binomialdistribution.py - This file implements all the functions related to binomial distribution including plotting the graphs.
# installation
pip install probability-gaussian-binomial
# usage
from probability-gaussian-binomial import Gaussian, Binomial
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 probability_gaussian_binomial-0.4.tar.gz.
File metadata
- Download URL: probability_gaussian_binomial-0.4.tar.gz
- Upload date:
- Size: 3.6 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.47.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7621dbd954a24734ba1fc33e8e2363f380a5f723463e1ad9df69e2aa1af1a4b3
|
|
| MD5 |
2f432d43e3a3bb90fb2edad5b19df9e9
|
|
| BLAKE2b-256 |
38e9d40475322f68abf37e38e14c2d9a79ead50b65213370b331713d7521bce6
|