You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This practical aims to assess your understanding of the fundamental
18
-
principles of mathematical modeling while guiding you in constructing models using
18
+
This practical aims to assess your understanding of the fundamental
19
+
principles of mathematical modeling while guiding you in constructing models using
19
20
a simple SEIR framework for infectious disease outbreaks.\\
20
-
21
+
21
22
\textbf{Note: Please fill in the blanks.}
22
23
23
24
\section{SEIR Model}
@@ -26,95 +27,100 @@ \section{SEIR Model}
26
27
27
28
\begin{itemize}
28
29
\item\( S \) stands for \underline{\hspace{2cm}}, meaning \underline{\hspace{6cm}}.
29
-
The parameter that explains the transition from (\( S \)) compartment
30
+
The parameter that explains the transition from (\( S \)) compartment
30
31
to (\( E \)) compartment is \underline{\hspace{6cm}}.
31
-
\item\(E\) stands for \underline{\hspace{2cm}}, meaning that it can
32
-
\underline{\hspace{4cm}}.
33
-
32
+
\item\(E\) stands for \underline{\hspace{2cm}}, meaning that it can
33
+
\underline{\hspace{4cm}}.
34
+
34
35
The rate that explains the transition from (\( E \)) to (\( I \)) is the rate of \underline{\hspace{1cm}}.
35
-
36
-
\item\( I \) stands for \underline{\hspace{2cm}}, meaning that it can
37
-
\underline{\hspace{3cm}}.
38
-
The rate that explains the transition from (\( I \)) to (\( R \)) is the rate of \underline{\hspace{6cm}}.
39
-
36
+
37
+
\item\( I \) stands for \underline{\hspace{2cm}}, meaning that it can
38
+
\underline{\hspace{4cm}}.
39
+
The rate that explains the transition from (\( I \)) to (\( R \)) is the rate of \underline{\hspace{1cm}}.
40
+
40
41
\item\( R \) stands for \underline{\hspace{3cm}}. This compartment includes those who have ceased to be infectious and acquire immunity against infection, regardless of the clinical course.
41
42
\end{itemize}
42
43
43
44
\section{\( R_0 \)}
44
-
\( R_0 \) helps project the potential
45
+
\( R_0 \) helps project the potential
45
46
size of an epidemic and calculate the herd immunity threshold.
46
-
It is defined as the average number of \underline{\hspace{2cm}} secondary cases
47
-
generated from a primary case in a completely
48
-
\underline{\hspace{3cm}} population.
47
+
It is defined as the average number of \underline{\hspace{2cm}} secondary cases
48
+
generated from a primary case in a completely
49
+
\underline{\hspace{3cm}} population.
49
50
50
51
\section{\( R_t \)}
51
-
\( R_t \)
52
-
helps monitor the progress of the epidemic
53
-
When the population is no longer \underline{\hspace{2cm}}, the instantaneous
54
-
reproduction number \( R_t \) is used. This is defined as the average number
55
-
of s\underline{\hspace{2cm}} in a population composed of
52
+
\( R_t \)
53
+
helps monitor the progress of the epidemic.
54
+
When the population is no longer \underline{\hspace{2cm}}, the instantaneous
55
+
reproduction number \( R_t \) is used. This is defined as the average number
56
+
of s\underline{\hspace{2cm}} in a population composed of
56
57
\underline{\hspace{2cm}} and non-\underline{\hspace{2cm}} individuals at time \( t \).
57
58
58
59
\section{A Diagram for Measles outbreak}
59
60
60
-
Below is a typical SEIR model with demography (births and deaths). This is a simple
61
+
Below is a typical SEIR model with demography (births and deaths). This is a simple
61
62
model applicable to person-to-person infections in a homogeneously mixing population.
62
-
Please carefully observe the model and examine the interactions with the equations
63
+
Please carefully observe the model and examine the interactions with the equations
63
64
in section \ref{eqs}. Use color codes or arrows to relate the diagram to the equations.
64
65
65
66
66
67
\begin{center}
67
68
\begin{tikzpicture}[
68
-
node distance=2cm,
69
+
node distance=2cm,
69
70
every node/.style={fill=blue!10, draw, minimum size=1cm, text centered},
To calculate the $R_0$ value for given parameter values, write an R function
218
+
To calculate the $R_0$ value for given parameter values, write an R object
150
219
called Measles$R_0$ that implements this formula. The function will use the following parameter values:
151
220
152
221
\begin{itemize}
@@ -156,4 +225,11 @@ \section{Computing $R_0$}
156
225
\item$\beta = 1.8$ (transmission rate)
157
226
\end{itemize}
158
227
Then compute the final size of such epidemic.
159
-
\end{document}
228
+
229
+
\section{About this document}
230
+
We adapted this material from "Practical: building a simple compartmental model for Zika" by Zulma Cucunubá, Pierre Nouvellet, and José M. Velasco-España, 2024-01-10 (V.1.0.3.).
231
+
License: CC-BY 4.0 by the authors.
232
+
For more details, visit: https://epiverse-trace.github.io/tutorials-late/LICENSE.html
0 commit comments