Gaussian and Binomial distributions
Project description
# gabi-distribution package
This package contains classes for Gaussian and Binomial distribution
# What is 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.
# What is Binomial distribution?
In probability theory and statistics, the 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). A single success/failure experiment is also called a Bernoulli trial or Bernoulli experiment and a sequence of outcomes is called a Bernoulli process; for a single trial, i.e., n = 1, the binomial distribution is a Bernoulli distribution. The binomial distribution is the basis for the popular binomial test of statistical significance.
# Files
Generaldistribution.py - This is the base class for the Gaussian and Binomial dostribution class Gaussiandistribution.py - This is the class for Gaussian distribution Binomialdistribution.py - This is the class for Binomial distribution
# Installation
Type the following command into your terminal
pip install gabi_distribution
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 gabi_distribution-0.7.tar.gz.
File metadata
- Download URL: gabi_distribution-0.7.tar.gz
- Upload date:
- Size: 4.0 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.48.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd972017a6f525a848d5cb002b5cc03c7e07f7a88bbf3b2196c32773df1b5b24
|
|
| MD5 |
d174a96915d9ec142bf44caba0454c61
|
|
| BLAKE2b-256 |
d23cbe3bbdcfb115e5cd4287e4ac9ca37cc841df73eb4c54605af22d47454b8a
|