Tools for Uncertainty Quantification
Project description
This is a collection of tools for Uncertainty Quantification
- Features:
Sampling methods (Monte Carlo, Latin Hypercube, Quasi Monte Carlo) with MPI support
Tools for Generalized Polynomial Chaos
Probabilistic Collocation Method
Multi-element Probabilistic Collocation Method
High Dimensional Model Representation
ANOVA
Global Sensitivity (Total Sensitivity Indices)
Model reduction (Karhunen–Loève expansion)
Status
PyPi:
Requirements
Some parts of the software require the SpectralToolbox. The package has automatically MPI support through mpi4py and mpi_map.
Installation
Make sure you have the latest version of pip:
$ pip install –upgrade pip
Install running:
$ pip install UQToolbox
Some users might want to install the toolbox without MPI support. This is possible, but not through the pip command:
$ pip download UQToolbox
$ cd /pth/to/downloaded/files
$ tar xzf UQToolbox-x.x.x.tar.gz
$ cd UQToolbox-x.x.x
$ python setup.py install –without-mpi4py
Test Installation
You can test whether all the functionalities work by running the unit tests.
>>> import UQToolbox >>> UQToolbox.RunUnitTests(maxprocs=None,PLOTTING=True)
where maxprocs defines the number of processors to be used if MPI support is activated. Be patient. The number of unit tests grows with the number of functionalities implemented in the software.
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
File details
Details for the file UQToolbox-1.0.4.tar.gz
.
File metadata
- Download URL: UQToolbox-1.0.4.tar.gz
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5f08f9853c40f569d1cb50705ecb6408a8c3d0124a63610ecc2a7ebb1977a22 |
|
MD5 | c4485a9cc31e6a5cf2718099ed9e92b1 |
|
BLAKE2b-256 | 055fdbade72cfb1a5206519684aac4d7f0fa0ca3157590fabb3fb6e81d4a6945 |
File details
Details for the file UQToolbox-1.0.4-py2-none-any.whl
.
File metadata
- Download URL: UQToolbox-1.0.4-py2-none-any.whl
- Upload date:
- Size: 62.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 183b5ba81a203104424666e3232fa5cff5bc203bbe09be2435c45eb3fa6e6c3e |
|
MD5 | d37a06ada976ec8124a3b30b160a6401 |
|
BLAKE2b-256 | 9b7a69e17badbf333218ac816a811b59096e10ff8ad9249d7cad62cb6d746982 |