Skip to content

Latest commit

 

History

History
168 lines (152 loc) · 6.08 KB

index.md

File metadata and controls

168 lines (152 loc) · 6.08 KB
<style> td p {margin: 0px;} .soln {margin: 0px 20px; font-size: x-small} table {font-size: small;} </style>

Advanced (Bayesian) Statistics

Instructor: Lauren Talluto

Office: Technikerstraße 25, Room 506

Meeting location: Seminarraum Biologie (except for 11.12)

Course Description

This course will cover the basics of Bayesian statistical methods with applications in ecology. Bayesian methods are a powerful set of tools that are increasingly used with complex ecological data. These methods can also be extended quite easily beyond conventional analyses to include process-based/mechanistic models. Topics include probability and likelihood, Bayesian software, implementations of various models (e.g., GLMs, hierarchical models) in a Bayesian framework, diagnostics, and statistical inference.

Learning Objectives

  • Understand basic concepts from probability theory, and express common statistical models probabilistically
  • Apply maximum likelihood and Bayes' Theorem to common statistical problems
  • Express symbolically and in code the likelihood and prior probability of a Bayesian model
  • Understand and implement methods for estimating models, including optimisers, MCMC samplers, and approximation methods, in both R and Stan
  • Visualise, evaluate, and understand model output

Schedule

Date Topics Lecture Notes Exercises

Thursday 21.11

13:15–17:00

Intro, Probability review

Distributions

Probability & Distributions

Distributions in R

Solutions

Tuesday 26.11

13:15–17:00

Maximum likelihood

Optimisation

Markov-chain Monte Carlo

Maximum Likelihood Estimation

MCMC & Sampling

Tree mortality

Solutions

German tank problem

Thursday 28.11

13:15–17:00

Inference I: Sampling & hypothesis tests

Inference I

German tank problem

Solutions

Bird dispersal

Solutions

Friday 29.11

13:15–17:00

Generalised linear models

Regression & GLM

		<p class = "ex"><a href = "ex/ex5_kung.html">!Kung height</a></p>
			<p class = "soln"><a href = "ex/soln">Solutions</a></p>
		<p class = "ex"><a href = "ex/ex6_birddiv_glm.html">Bird diversity</a></p>
	</td>
</tr>
<tr>
	<td>
		<p><b>Tuesday</b> 03.12</p>
		<p>13:15–17:00</p>
	</td>
	<td>
		<p><b>Inference II:</b></p>
			<p class = "soln">Priors & Diagnostics</p>
			<p class = "soln">Bayesian workflow</p>
	</td>
	<td>
		<p><a href="lec/6_inference_ii">Inference II</a></p>
	</td>
	<td>
		<p class = "ex"><a href = "ex/"></a></p>
		<!--<p class = "soln"><a href = "ex/soln">Solutions</a></p>-->
	</td>
</tr>
<tr>
	<td>
		<p><b>Thursday</b> 05.12</p>
		<p>13:15–17:00</p>
	</td>
	<td>
		<p>Hierarchical &amp; Multilevel Models</p>
		<p><b>Inference III:</b></p>
			<p class = "soln">Model selection</p>
			<p class = "soln">Multimodel inference</p>
	</td>
	<td>
		<p><a href="lec/7_hm">Hierarchical Models</a></p>
		<a href="lec/8_model_selection">Model selection</a>
	</td>
	<td>
		<p>Exercises catch-up</p>
		<p>Project work</p>
	</td>
</tr>
<tr>
	<td>
		<p><b>Thursday</b> 12.12</p>
		<p>13:15–17:00</p>
		<p class = "soln">Meet in Praktikumsraum Biologie</p>
	</td>
	<td>
		<p>Special Topics</p>
		<p>Wrap-up</p>
		<p>Presentations</p>
	</td>
	<td>
		<a href="lec/9_advanced_models">Advanced Models</a>
	</td>
	<td></td>
</tr>

Exercises

Most lectures will include exercises, which can be completed individually or in groups. I encourage you to work through them as much as you can. I will not grade the exercises, and it is not necessary to turn them in, but I'm happy to provide individual feedback/help as needed. During official meeting times, I will also walk through the exercises (as much as time allows) and explain the code to everyone at once.

Course files

All of the files for the course are on Github. To create a local copy on your computer, you can follow the instructions here.

Projects

Everyone will complete a data analysis group project using a Bayesian analysis of your choice. I am happy to provide feedback to your group as you are developing your project to help steer you toward the proper analysis. Projects will be presented on the last day of instruction. Presentations should be roughly 10-15 minutes, and should include a brief description of the data and the scientific questions, an explanation of the model structure and why the structure is appropriate, other technical details that will help the other groups understand your model, and the status (MCMC diagnostics, results, etc). Additionally, you should collectively prepare a short write-up of your project, to be submitted by the end of the semester. This write up should be more complete than the presentation, with a short introduction, methods section detailing the model structure and why it was chosen, a brief description of the dataset and any information needed to understand it, results with figures as appropriate, and a short discussion with some interpretation of your model results.

These write-ups are due on 28.02.2025