No project description provided
Reason this release was yanked:
Changed development ideology
Project description
PBA is a probability bound analysis library for Python that allows one to create and calculate with probability distributions, intervals, and probability boxes (p-boxes) within Python.
Probability distributions can be specified using pba.distname(**args) where distname is any of the named distributions that scipy.stats supports. For instance, pba.laplace(2,1) specifies a Laplace distribution with mean and variance 2. P-boxes can be created by using interval arguments for these distributions. Intervals can be created using pba.I(lo, hi) where lo and hi are expressions for the lower and upper limits of the interval.
Features
Interval arithmetic (see https://en.wikipedia.org/wiki/Interval_arithmetic)
P-box arithmetic (see https://en.wikipedia.org/wiki/Probability_bounds_analysis)
Installation
Install pba by running
pip install pba
Contribute & Support
If you are having issues or would like to help with development or have intersting use cases, please let us know. You can email nickgray@liv.ac.uk.
License
The project is licensed under the MIT License.
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 pba-1.beta2.tar.gz
.
File metadata
- Download URL: pba-1.beta2.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03cae95d786297a1dcb430d32e35ccd7af5fc9434d7fab56f971da573d76fd51 |
|
MD5 | 3d2cab64bdd40c37c0773067b4203df5 |
|
BLAKE2b-256 | 8b66487ab130ab00c0f63fbda9d4da3839092aa23e79df2cad7de55cc93e590f |