Gaussian and Binomial Discription
Project description
var-distributions package
Summary of package
#Explanation of files in the package
Here comes the explanation
#Installation
pip install var-distributions
#Example from var_distributions import Binomial, Gaussian
g1 = Gaussian(10, 20) print(g1)
b1 = Binomial(0.3, 14) print(b1.mean) print(b1.stdev) print(b1.p) print(b1.n)
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
var_distributions-0.2.tar.gz
(4.6 kB
view details)
File details
Details for the file var_distributions-0.2.tar.gz.
File metadata
- Download URL: var_distributions-0.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0903d2fddf4193659082984d1818e7b2bdb526f1a457a9658688cc1473503553
|
|
| MD5 |
44fc5f2b2a678ba37219e1db75d5dd81
|
|
| BLAKE2b-256 |
f822bf08498fb761a04e515b19538a81e4821db89501e34691857a03bf9500fe
|