Statististical Probability Distributions
Project description
problyStatPy
Python package for computing and visualizing various probability distributions
General Module Descriptions:
- Applicable for Gaussian and Binomial distributions
- Read in datasets
- Calculate mean
- Calculate standard deviation
- Compute probability distribution Function
- Plot histogram and bar chart
- Plot probability density function
- Add two distributions
- Return basic statistics of a distribution
Installation
:link: Instant file download link: https://pypi.org/project/problystatpy/#files
:sparkles: Command line:
$ pip install --user problystatpy
OR
$ python3 -m pip install --user problystatpy
Usage
Recommended for usage accommodation:
from problystatpy import *
Command line execution:
$ python3
>>> from problystatpy import *
>>> gaussian_one = Gaussian()
>>> gaussian_two = Gaussian(25, 2)
>>> gaussian_one.stdev
1
>>> gaussian_one + gaussian_two
mean 25, standard deviation 2.23606797749979
Updates
6.22.2020 successfully passed test codes and ready for upload testing
6.23.2020 problystatpy-0.8.3v release on Test PyPi & pypi.org/project/problystatpy/
Github
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file problystatpy-0.8.3.tar.gz.
File metadata
- Download URL: problystatpy-0.8.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1f756e611ab380fcc4ec3ecd69928da33764af99bde74ff7fcc403597d27b4
|
|
| MD5 |
50ea4c67ccd187b715d44d418e2d2afc
|
|
| BLAKE2b-256 |
b5f0db5f0fde6ef794bf78f1af7588442f0d9e24df934eaf9831b49f74b30add
|
File details
Details for the file problystatpy-0.8.3-py3-none-any.whl.
File metadata
- Download URL: problystatpy-0.8.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bff3c448611442456dba866ea6c4ff3354aa6434d56ef2b366dd79411fe9a091
|
|
| MD5 |
f618c94242a55f08d1649bd0c16255a9
|
|
| BLAKE2b-256 |
990fb91ed15acdf449ea2494d125451ba7f73d60c14fbe14cdbc315dc742fa9b
|