User Guide#
Welcome to the user guide for CUQIpy!
The main resources for users are structured as follows.
- Getting started
Get CUQIpy up and running on your system and learn the basics.
- Tutorials
To learn about the features of CUQIpy. Tutorials are step-by-step guides for learning about CUQIpy and how to use it for uncertainty quantification.
- How-To Guides
To solve a specific task/problem using CUQIpy. How-to guides are more in-depth guides for specific features of CUQIpy. They are recipes for how to do a specific thing and assume a basic understanding of CUQIpy.
- Background
To understand how CUQIpy works. This section contains information about the underlying mathematics, theory and computational algorithms used in CUQIpy.
- API Reference
To see documentation of the CUQIpy API. This contains an overview of all the modules, classes and methods in CUQIpy.
There are also a large number of demos and examples in the cuqipy/demos
directory. The goal is to ultimately integrate these into the user guide.