Gaussian and Binomial distributions
Project description
contains two classes for performing calculations and their graphics.
Available distributions: -Gaussian -Binomial
These distributions have some methods such as mean calculation, standard
deviation calculation, histograms, sum of distributions, …
Each object has its data attribute, so you can put a list on the object
and perform all calculations
Example:
from distributions import Gaussian, Binomial
dist_gaussian=Gaussian(3, 5) mean=3, std=5
dist_gaussian.data=[1, 3, 5, 6 ,2, 1, 2, 3, 4, 3, 2, 5, 2, 4, 6, 2, 3, 5, 8]
dist_gaussian.replace_stats_with_data()
dist_gaussian.plot_histogram_pdf()
Platform: UNKNOWN
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 evt73_distributions-2.4.tar.gz.
File metadata
- Download URL: evt73_distributions-2.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c1088fae979e79d0ae72016581502827d8844b9ed2bf567b3b65327d6b0444f
|
|
| MD5 |
b89bc3f9773318d039e4f9526e7b814c
|
|
| BLAKE2b-256 |
cc1c828eb82f3665ae3817dcbbd883cd0cb7b6d7ea947af2ac58245cef20091e
|