---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    format_version: 0.13
    jupytext_version: 1.10.3
kernelspec:
  display_name: Python 3
  language: python
  name: pymc
---

# About these notes

These notes synthesize a Bayesian approach to econometrics for
undergraduates.  Students are exposed to probabilistic modeling
commonly taught at a graduate level.

These notes draw heavily from various sources such as
- Bayesian Data Analysis (Chapman & Hall/CRC Texts in Statistical
  Science) 3rd Edition, Gelman et al.
- Online resources from blogs by
  - [Thomas Wiecke](https://twiecki.io/) 
  - [Jake Vanderplas](https://jakevdp.github.io/)
- [Selected lecture notes by Patrick Lam](http://www.patricklam.org/#teaching)
- PyMC project examples
