Quantify uncertainty and sensitivities in your computer models with an industry-grade Monte Carlo library.
Project description
Quantify uncertainty and sensitivities in your computer models with an industry-grade Monte Carlo library.
Overview
At the heart of all serious forecasting, whether that be of elections, the spread of pandemics, weather, or the path of a rocket on its way to Mars, is a statistical tool known as the Monte Carlo method. The Monte Carlo method, named for the rolling of the dice at the famous Monte Carlo casino located in Monaco, allows you to quantify uncertainty by introducing randomness to otherwise deterministic processes, and seeing what the range of results is.
monaco
is a python library for analyzing uncertainties and sensitivities in your computational models by setting up, running, and analyzing a Monte Carlo simulation wrapped around that model. Users can define random input variables drawn using chosen sampling methods from any of SciPy's continuous or discrete distributions (including custom distributions), preprocess and structure that data as needed to feed to their main simulation, run that simulation in parallel anywhere from 1 to millions of times, and postprocess the simulation outputs to obtain meaningful, statistically significant conclusions. Plotting and statistical functions specific to use cases that might be encountered are provided, and repeatability of results is ensured through careful management of random seeds.
Quick Start
First, install monaco
:
pip install monaco
Then, copy the two files from the template directory, which contains a simple, well commented Monte Carlo simulation of flipping coins. That link also contains some exercises for you to do, to help you familiarize yourself with how monaco
is structured.
After working through the template exercises, check out the other examples for inspiration and more in-depth usage of monaco
's features.
Documentation / API Reference
Documentation is being built up - read the docs here: https://monaco.readthedocs.io
Currently there is a complete API reference, more detailed installation, test, and publishing instructions, an overview of the basic architecture and basic workflow, and some details on statistical distributions and sampling methods.
License / Citation
Copyright 2020-2022 Scott Shambaugh, distributed under the GPLv3.0 (or later) license.
If you use monaco
to do research that gets published, please cite the paper:
W. Scott Shambaugh (2022). Monaco: A Monte Carlo Library for Performing Uncertainty and Sensitivity Analyses. In Proceedings of the 21st Python in Science Conference (pp. 202 - 208).
@InProceedings{ scott_shambaugh-proc-scipy-2022,
author = { W. Scott Shambaugh },
title = { Monaco: A Monte Carlo Library for Performing Uncertainty and Sensitivity Analyses },
booktitle = { Proceedings of the 21st Python in Science Conference },
pages = { 202 - 208 },
year = { 2022 },
editor = { Meghann Agarwal and Chris Calloway and Dillon Niederhut and David Shupe },
doi = { }
}
Further Reading
- Hanson, J. M., and B. B. Beard. "Applying Monte Carlo simulation to launch vehicle design and requirements analysis." National Aeronautics and Space Administration, Marshall Space Flight Center, 1 September 2010.
- Razavi, S. et. al. "The future of sensitivity analysis: an essential discipline for systems modeling and policy support." Environmental Modelling & Software Volume 137, March 2021.
- Satelli, A. et. al. "Why so many published sensitivity analyses are false: A systematic review of sensitivity analysis practices." Environmental Modelling & Software Volume 114, April 2019.
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 monaco-0.8.1.tar.gz
.
File metadata
- Download URL: monaco-0.8.1.tar.gz
- Upload date:
- Size: 64.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.4 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b844bdc5805f820669e199f53b7843ac457784c8e4f8ce70f89b20e036b611b8 |
|
MD5 | e02df31a7eef7db9a8ea52a9017f9c35 |
|
BLAKE2b-256 | d45a6b5ca01d94e4684f2585dda997f9865f47b48f54bbde7f6bef5137d9489f |
File details
Details for the file monaco-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: monaco-0.8.1-py3-none-any.whl
- Upload date:
- Size: 69.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.4 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40efe4ece8ac512fe04dcd551a4ae3365c03ad5cce053383e342a4193cf55778 |
|
MD5 | 675b3cb1696faf71f6868c3884e1608b |
|
BLAKE2b-256 | 4fef830da47abfe038dce8c216506c229726850eb3dca8de6e6d611cb73da0a8 |