Return to home

Lectures of the first week

Monday, June 10

Introduction, Bayes theorem (Daniel Phillips)

Bayesian parameter estimation (Dick Furnstahl)

Jupyter notebooks and python basics

This directory contains notebooks introducing the basics of python programming and jupyter notebooks

Introduction to git (John Bower, Christian Drischler)

Initial configuration

git config --global user.name "Oski Bear"
git config --global user.email obear@example.com

Use here your name as well as your email.

Discussed commands relevant for this course

Tuesday, June 11

Bayesian updating, Bayesian convergence (Daniel Phillips)

Bayesian Parameter Estimation (Dick Furnstahl)

Wednesday, June 12

MCMC sampling (Dick Furnstahl)

Why Bayes is Better (1) (Christian Forssén)

Thursday, June 13

Bayesian Parameter Estimation (Dick Furnstahl)

MCMC sampling (Christian Forssén)

Friday, June 14

Introduction to EFT and why Bayesian methods are particularly relevant there (Dick Furnstahl)

Why Bayes is Better (2) (Christian Forssén)