All Projects → SURGroup → UQpy

SURGroup / UQpy

Licence: MIT License
UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to UQpy

awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+752.99%)
Mutual labels:  probability, uncertainty-quantification
GOMC
GOMC - GPU Optimized Monte Carlo is a parallel molecular simulation code designed for high-performance simulation of large systems
Stars: ✭ 41 (-64.96%)
Mutual labels:  monte-carlo, monte-carlo-simulation
OpenCossan
OpenCossan is an open and free toolbox for uncertainty quantification and management.
Stars: ✭ 40 (-65.81%)
Mutual labels:  monte-carlo-simulation, uncertainty-quantification
KramersMoyal
kramersmoyal: Kramers-Moyal coefficients for stochastic data of any dimension, to any desired order
Stars: ✭ 53 (-54.7%)
Mutual labels:  stochastic, stochastic-process
lattice mc
Lattice gas Monte Carlo simulation code
Stars: ✭ 24 (-79.49%)
Mutual labels:  monte-carlo, monte-carlo-simulation
PySDM
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
Stars: ✭ 26 (-77.78%)
Mutual labels:  monte-carlo-simulation
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (-83.76%)
Mutual labels:  probability
wink-statistics
Fast & numerically stable statistical analysis
Stars: ✭ 36 (-69.23%)
Mutual labels:  probability
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (-23.93%)
Mutual labels:  stochastic
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (-29.06%)
Mutual labels:  probability
neworder
A dynamic microsimulation framework for python
Stars: ✭ 15 (-87.18%)
Mutual labels:  monte-carlo
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-80.34%)
Mutual labels:  probability
probabilidad
Probabilidad y variables aleatorias para ML con R y Python con los Drs R.Alberich y A.Mir
Stars: ✭ 135 (+15.38%)
Mutual labels:  probability
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (-59.83%)
Mutual labels:  monte-carlo-simulation
vegasflow
VegasFlow: accelerating Monte Carlo simulation across multiple hardware platforms
Stars: ✭ 19 (-83.76%)
Mutual labels:  monte-carlo
AdaptivePELE
AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
Stars: ✭ 14 (-88.03%)
Mutual labels:  monte-carlo-simulation
FogTorchPI
A probabilistic prototype for deployment of Fog applications.
Stars: ✭ 19 (-83.76%)
Mutual labels:  monte-carlo-simulation
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (-55.56%)
Mutual labels:  probability
tiny-path
An instructive one-file Ruby path tracer
Stars: ✭ 53 (-54.7%)
Mutual labels:  monte-carlo
Birch
A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.
Stars: ✭ 80 (-31.62%)
Mutual labels:  monte-carlo

AzureDevops PyPIdownloads PyPI CondaSURG CondaPlatforms GithubRelease Binder Docs

Uncertainty Quantification with python (UQpy)

logo


Authors:Michael D. Shields, Dimitris G. Giovanis, Audrey Olivier, Aakash Bangalore Satish, Mohit Singh Chauhan, Lohit Vandanapu, Ketson RM dos Santos, Katiana Kontolati
Contact:[email protected]

Description

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.

Documentation

Website:
https://uqpyproject.readthedocs.io

Dependencies

  • Python >= 3.6
    Git >= 2.13.1
    

License

UQpy is distributed under the MIT license

Copyright (C) <2018> <Michael D. Shields>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Installation

From PyPI

  • pip install UQpy
    

Using Conda

  • conda install -c conda-forge uqpy
    conda install -c surg_jhu uqpy (latest version)
    

Clone your fork of the UQpy repo from your GitHub account to your local disk (to get the latest version):

  • git clone https://github.com/SURGroup/UQpy.git
    cd UQpy/
    python setup.py {version} install  (user installation)
    python setup.py {version} develop (developer installation)
    

You will need to replace {version} with the latest version.

Referencing UQpy

If you are using this software in a work that will be published, please cite this paper:

Olivier, A., Giovanis, D.G., Aakash, B.S., Chauhan, M., Vandanapu, L., and Shields, M.D. (2020). "UQpy: A general purpose Python package and development environment for uncertainty quantification". Journal of Computational Science, DOI: 10.1016/j.jocs.2020.101204.

Help and Support

For assistance with the UQpy software package, please raise an issue on the Github Issues page. Please use the appropriate labels to indicate which module you are specifically inquiring about.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].