Skip to main content

No project description provided

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

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

pba-0.14.alpha4.tar.gz (24.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page