https://github.com/pnkraemer/gp-emulators
A small collection of python-scripts associated with Gaussian process emulators in Bayesian inverse problems
https://github.com/pnkraemer/gp-emulators
bayesian-inference bayesian-inverse-problems gaussian-process-emulators gaussian-processes gp-emulators monte-carlo sequential-design
Last synced: about 1 year ago
JSON representation
A small collection of python-scripts associated with Gaussian process emulators in Bayesian inverse problems
- Host: GitHub
- URL: https://github.com/pnkraemer/gp-emulators
- Owner: pnkraemer
- Created: 2018-11-30T11:12:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T09:13:31.000Z (over 6 years ago)
- Last Synced: 2023-03-03T23:09:46.185Z (over 3 years ago)
- Topics: bayesian-inference, bayesian-inverse-problems, gaussian-process-emulators, gaussian-processes, gp-emulators, monte-carlo, sequential-design
- Language: Python
- Homepage:
- Size: 56.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gp-emulators
This is a collection of some of the python programs surrounding the usage of Gaussian process emulators in Bayesian inverse problems as part of my MSc thesis at the University of Bonn.
As of May 13, 2019, it includes: (Q)MC and MCMC algorithms, finite element methods, various covariance matrices, Gaussian processes and Gaussian process regression, various visualisations, Bayesian inference and approximate Bayesian inference with Gaussian process emulators, localised Lagrange bases preconditioners. Most of them are based on numpy, scipy and matplotlib. Recent extensions include preconditioning with localised bases for kernel spaces.
I intend to follow the PEP8 style guide. For most of the modules, I include unittests.
Please let me know about any bugs, issues or inefficiencies.
Test coverage: fairly low
All rights reserved, Nicholas Krämer, 2019