{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Frequentist uncertainty vs. Bayesian uncertainty analysis\n", "*Mark Bakker, TU Delft & Raoul Collenteur, Eawag, February, 2025*\n", "\n", "In this notebook, the fit and uncertainty are compared for `pastas` models solved with least squares (frequentist uncertainty) and with MCMC (Bayesian uncertainty). \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", "