Gaussian and Binomial distributions package
Project description
py-GBdestribution is a Python package that calculates the Gaussian and Binomial distributions of input data.
Quick Start
First, install the library:
$ pip install py-GBdistribution
Example
>>> from py_GBdistribution import Gaussian, Binomial
>>> g = Gaussian(3, 4)
>>> g.mean
3
>>> g.stdev
4
>>> b = Binomial(0.4, 20)
>>> b.mean
8.0
>>> b.stdev
2.1908902300206643
Updates
More updates will be made soon
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
py_GBdistribution-1.5.tar.gz
(3.6 kB
view details)
File details
Details for the file py_GBdistribution-1.5.tar.gz
.
File metadata
- Download URL: py_GBdistribution-1.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f206552712ada03cb5acfa94cb5c22f7769358817851327b80bb5586df1a3102 |
|
MD5 | 4a27955ee7cfb6d590adb27e1c8da68c |
|
BLAKE2b-256 | b5d72bce7c15f5ea526c42d9ae93e806b893cca3ac7a0897968905a946b69709 |