Skip to content

SCRFpublic/QUSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantifying Uncertainty in Subsystem Systems

This repository contains the companion code repository for Quantifying Uncertainty in Subsurface Systems by Céline Scheidt, Lewis Li, and Jef Caers (John Wiley & Sons).

About This Repository

This repository implements the various UQ strategies discussed in the book. The source code for the algorithms can be found under the src folder. The codebase was developed in MATLAB

For illustrative purposes, a set of Jupyter tutorials have been prepared. They are as follows:

  1. Dimension Reduction: Showcase of various dimension reduction techniques discussed in Chapter 3.
  2. DGSA: Implementation of Distance Based Sensitivty Analysis from Chapter 4.
  3. Bayesian Evidential Learning. Methodology discussed in Chapter 7, implemented for the Libyan Oil Reservoir case.
  4. SIR: The Sequential Importance Resampling methodology from Chapter 7 applied to the same Libyan Oil Reservoir.

These tutorials can be viewed directly in the browser, or download and re-run.

Installation

To re-run the examples, the following dependencies must be met:

Once installed, jupyter can be started from the command line with

jupyter notebook

Navigate to the tutorials folder and select appropiate tutorial to load.

Licensing

This repository is released under the MIT License.

About

Companion code for Scheidt, C, Li, L, and Caers, J. K. Quantifying Uncertainty in Subsurface Systems, John Wiley & Sons, 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • MATLAB 1.3%