Gaussian and Binomial distribution
Project description
gu-bi-dist is a Python module for machine learning,and distributed under the MIT open license. The prime functionality of module is to measure Gaussian and Binomial distribution’s mean, standard deviation, and PDF(Probability Density Function). The module also supports data and PDF visualization, source code is available at the bottom of the page.

Gaussian distribution: In probability theory, a normal (or Gaussian or Gauss or Laplace–Gauss) distribution is a type of continuous probability distribution for a real-valued random variable. For more details visit: https://en.wikipedia.org/wiki/Normal_distribution
Binomial distribution with parameters n and p is the discrete probability distribution of the number of successes in a sequence of n independent experiments, each asking a yes–no question, and each with its own boolean-valued outcome: success/yes/true/one (with probability p) or failure/no/false/zero (with probability q = 1 − p). For more details visit: https://en.wikipedia.org/wiki/Binomial_distribution
User installation Installation using pip, you need python >= 3.7 version.
!pip install -U gu-bi-dist
Source code You can check the latest sources with the command:
!gitclone https://github.com/vaasanthk/Gaussian-and-Binomial-distribution.git
Testing After installation, you can launch the test suite from outside the source directory (you will need to have pytest >= 3.3.0 installed):
!pytest test
Version: 1.0
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
File details
Details for the file gu_bi_dist-1.0.tar.gz.
File metadata
- Download URL: gu_bi_dist-1.0.tar.gz
- Upload date:
- Size: 4.2 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 |
de31f33e88a6d0925a55ec1be4df2074c4428eac9df8b7d4a42d54c9075249de
|
|
| MD5 |
101b9e9df625d666472eba2767de3424
|
|
| BLAKE2b-256 |
9ccbb14b88f311519abdbdbe0ed79314da5a6d7f1d51743563b40717edc843ef
|