10. Overview of Part II: Advanced Bayesian methods#
In this part we extend our introduction to Bayesian methods to include more advanced techniques and examples.
The chapters in this part are
Bayesian approach to model discrepancy addresses an important topic: accounting for the errors in our model (we often call this the “theoretical error”). All models are approximate to some degree and failing to account for the discrepancy can lead to erroneous and often over-confident results.
Assigning probabilities looks at a variety of methods to specify prior PDFs, including symmetry invariance and maximum entropy.
📥 Dealing with outliers explores several ways to extend linear regression to treat outlier data.
Bayes goes linear: History matching describes a powerful technique that starts with the statistical model.
Multi-model inference with Bayes is a large topic with multiple facets. One approach to dealing with multiple models for the same data is Model Selection, which gives a probabilistic ranking among candidate models. Another set of approaches, Multi-model inference with Bayes, combine (“mix”) results from the models rather than seeking the best, with the goal of more informed inference.