{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Bayesian uncertainty analysis\n", "*R.A. Collenteur, Eawag, June, 2023*\n", "\n", "In this notebook it is shown how the MCMC-algorithm can be used to estimate the model parameters and quantify the (parameter) uncertainties for a Pastas model using a Bayesian approach. For this the EmceeSolver is introduced, based on the [emcee](https://emcee.readthedocs.io) Python package. \n", "\n", "Besides Pastas the following Python Packages have to be installed to run this notebook:\n", "\n", "- [emcee](https://emcee.readthedocs.io)\n", "- [corner](https://corner.readthedocs.io)\n", "\n", "