arviz-devs / Exploratory-Analysis-of-Bayesian-Models

Source repository for the online book Exploratory Analysis of Bayesian Models.
https://arviz-devs.github.io/Exploratory-Analysis-of-Bayesian-Models/
MIT License
17 stars 10 forks source link

Exploratory Analysis of Bayesian Models

This is the code repository for the online book Exploratory Analysis of Bayesian Models.

Preface

When working with Bayesian models there are a series of related tasks that need to be addressed besides inference itself:

We collectively call all these tasks Exploratory analysis of Bayesian models, building on concepts from Exploratory data analysis to examine and gain deeper insights into Bayesian models.

In the words of Persi Diaconis [@diaconis2011]:

"Exploratory data analysis seeks to reveal structure, or simple descriptions in data. We look at numbers or graphs and try to find patterns. We pursue leads suggested by background information, imagination, patterns perceived, and experience with other data analyses".

In this book we discuss how to use both numerical and visual summaries to successfully perform the many tasks that are central to the iterative and interactive modeling process. To do so, we first discuss some general principles of data visualization and uncertainty representation that are not exclusive of Bayesian statistics.