-
Notifications
You must be signed in to change notification settings - Fork 1
/
iterated.qmd
38 lines (32 loc) · 1.7 KB
/
iterated.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "Iterated filtering: principles and practice"
author: Qianying (Ruby) Lin, Spencer J. Fox, Zian (Larry) Zhuang
format:
html:
include-after-body:
- _slides/_includes/lesson_bottom.html
- _slides/_includes/license.html
output:
html_document:
toc: no
params:
prefix: iterated
---
| | |
|-----------------------------------|--------------------------------------------------------------------------------------------|
| Lecture slides | [PDF](slides/mif/main.pdf) |
| Reference Recording (2020,2021) | [Video (110 min)](https://www.youtube.com/playlist?list=PLluGwj6FGt2S9cNE-rD3CZJY6X_KydOMi) |
| Quiz | [PDF](slides/mif/quiz.pdf) |
| **Data** for the lesson | [data](slides/mif/Measles_Consett_1948.csv)|
| **R** script for the Measles SIR model | [**R**](slides/mif/model_measSIR.R)|
| **R** script for the lesson | [**R**](slides/mif/main.R) |
| Workflow slides | [PDF](slides/mif/workflow.pdf) |
| **R** script for the workflow | [**R**](slides/mif/workflow.R) |
| Windows-safe **R** script for the lesson | [**R**](slides/mif/main_win.R) |
| Supplement: Tuning IF2 | [HTML](slides/mif/if2_settings.html) |
| Worked solution to Exercise 4.1 | [HTML](slides/mif/Q_fit_seir.html) |
| Worked solution to Exercise 4.2 | [HTML](slides/mif/Q_fit_all.html) |
<iframe width="0" height="0">
</iframe>
<iframe data-external="1" width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PLluGwj6FGt2S9cNE-rD3CZJY6X_KydOMi" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>