Probabilistic Numerics in Python.
Project description
ProbNum
ProbNum implements probabilistic numerical methods in Python. Such methods solve numerical problems from linear algebra, optimization, quadrature and differential equations using probabilistic inference. This approach captures uncertainty arising from finite computational resources and stochastic input.
Probabilistic Numerics (PN) aims to quantify uncertainty arising from intractable or incomplete numerical computation and from stochastic input using the tools of probability theory. The vision of probabilistic numerics is to provide well-calibrated probability measures over the output of a numerical routine, which then can be propagated along the chain of computation.
Installation
To get started install ProbNum using pip
.
pip install probnum
Alternatively, you can install the latest version from source.
pip install git+https://github.com/probabilistic-numerics/probnum.git
Note: This package is currently work in progress, therefore interfaces are subject to change.
Documentation and Examples
For tips on getting started and how to use this package please refer to the documentation. It contains a quickstart guide and Jupyter notebooks illustrating the basic usage of implemented probabilistic numerics routines.
Package Development
This repository is currently under development and benefits from contribution to the code, examples or documentation. Please refer to the contribution guidelines before making a pull request.
A list of core contributors to ProbNum can be found here.
License and Contact
This work is released under the MIT License.
Please submit an issue on GitHub to report bugs or request changes.
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
Hashes for probnum-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f160828b31abb9e1b953a6afa4254c3248308fa5be4f2e96b1272b7a6aaea00 |
|
MD5 | b6fc2be772eaf58b04d7ad5b728fd5b9 |
|
BLAKE2b-256 | 0f0b748b6478bab501208f275d2afd5f360fd3086476c7dcbfc8b7b82a304189 |