Welcome to the book on “Uncertainty Quantification in Inverse Problems with CUQIpy”. This book contains training material on how to use the CUQIpy library for uncertainty quantification in inverse problems. It also covers some of the theoretical background behind the methods implemented in CUQIpy.
⚠️ Disclaimer: The code in this book runs without a fixed random seed, so results will vary with each re-compilation and user run. While conclusions should remain consistent, specific values may differ due to the probabilistic nature of Bayesian sampling, which is fundamental when working with uncertainty quantification.
Table of contents¶
- Uncertainty Quantification in Inverse Problems with CUQIpy
- Chapter 1: Introduction to CUQIpy
- Chapter 2: Problem examples
- Chapter 3: Basics of CUQIpy for solving BIPs
- Chapter 4: Advanced use cases of CUQIpy
- Chapter 5: More on CUQIpy technical details
- Chapter 6: More theory on priors
- Chapter 7: More theory on sampling
- Chapter 8: More resources