Browse Source

remove page numbers

Phillip Rothenbeck 9 months ago
parent
commit
d22feec824
2 changed files with 43 additions and 37 deletions
  1. 37 31
      chapters/chap02/chap02.tex
  2. 6 6
      chapters/chap03/chap03.tex

+ 37 - 31
chapters/chap02/chap02.tex

@@ -7,7 +7,7 @@
 %         summary of the content in this chapter
 % Version:  20.08.2024
 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\chapter{Theoretical Background   12}
+\chapter{Theoretical Background}
 \label{chap:background}
 
 This chapter introduces the theoretical foundations for the work presented in
@@ -23,16 +23,16 @@ in~\Cref{sec:pinn}.
 
 % -------------------------------------------------------------------
 
-\section{Mathematical Modelling using Functions   1}
+\section{Mathematical Modelling using Functions}
 \label{sec:domain}
 
-To model a physical problem mathematically, it is necessary to define a set of
-fundamental numbers\todo{meeting question 1} or quantities upon which the subsequent calculations will be
-based. These sets may represent, for instance, a specific time interval or a
-distance. The term \emph{domain} describes these fundamental sets of numbers or
-quantities~\cite{Rudin2007}. A \emph{variable} is a changing entity living in a
-certain domain. In this thesis, we will focus on domains of real numbers in
-$\mathbb{R}$.\\
+To model a physical problem mathematically, it is necessary to define a
+fundamental set of numbers or quantities upon which the subsequent calculations
+will be based. These sets may represent, for instance, a specific time interval
+or a distance. The term \emph{domain} describes these fundamental sets of
+numbers or quantities~\cite{Rudin2007}. A \emph{variable} is a changing entity
+living in a certain domain. In this thesis, we will focus on domains of real
+numbers in $\mathbb{R}$.\\
 
 The mapping between variables enables the modeling of a physical process and may
 depict semantics. We use functions in order to facilitate this mapping. Let
@@ -50,12 +50,12 @@ In this case, time serves as the domain, while the distance is the codomain.
 
 % -------------------------------------------------------------------
 
-\section{Mathematical Modelling using Differential Equations   1}
+\section{Mathematical Modelling using Differential Equations}
 \label{sec:differentialEq}
 
 Often, the behavior of a variable or a quantity across a domain is more
-interesting than its current state. Functions are able to give us the latter, \todo{meeting question 2}
-but only passively give information about the change of a system. The objective
+interesting than its current state. Functions are able to give us the latter,
+but do not contain information about the change of a system. The objective
 is to determine an effective method for calculating the change of a function
 across its domain. Let $f$ be a function and $[a, b]\subset \mathbb{R}$ an
 interval of real numbers. The expression
@@ -79,11 +79,15 @@ calculates the rate of change of the rate of change and is called the
 $\nicefrac{d^nf}{dx^n}$, the derivative of the $n$'th order. A method for
 obtaining a differential equation is to derive it from the semantics of a
 problem. For example, in physics a differential equation can be derived from the
-law of the conservation of energy~\cite{Demtroeder2021}. Differential equations \todo{is this good?}
-find application in several areas such as engineering \eg, the Chua's
-circuit~\cite{Matsumoto1984}, physics with, \eg, the Schrödinger
-equation~\cite{Schroedinger1926}, economics, \eg, Black-Scholes
-equation~\cite{Oksendal2000}, epidemiology, and beyond.\\
+law of the conservation of energy~\cite{Demtroeder2021}. Differential equations
+find application in several areas such as engineering \eg, the Kirchhoff's
+circuit laws~\cite{Kirchhoff1845} to describe the relation between the voltage
+and current in systems with resistors, inductors, and capacitors; physics with,
+\eg, the Schrödinger equation, which predicts the probability of finding
+particles like electrons in specific places or states in a quantum system;
+economics, \eg, Black-Scholes equation~\cite{Oksendal2000} predicting the price
+of financial derivatives, such as options, over time; epidemiology with the SIR
+Model~\cite{1927}; and beyond.\\
 
 In the context of functions, it is possible to have multiple domains, meaning
 that function has more than one parameter. To illustrate, consider a function
@@ -127,11 +131,11 @@ models.
 
 % -------------------------------------------------------------------
 
-\section{Epidemiological Models   4}
+\section{Epidemiological Models}
 \label{sec:epidemModel}
 
 Pandemics, like \emph{COVID-19}, which have resulted in a significant
-number of fatalities. Hence, the question arises: How should we analyze a \todo{Better?}
+number of fatalities. Hence, the question arises: How should we analyze a
 pandemic effectively? It is essential to study whether the employed
 countermeasures are efficacious in combating the pandemic. Given the unfavorable
 public response to measures such as lockdowns, it is imperative to investigate
@@ -154,7 +158,7 @@ and relations that are pivotal to understanding the problem.
 
 % -------------------------------------------------------------------
 
-\subsection{SIR Model   3}
+\subsection{SIR Model}
 \label{sec:pandemicModel:sir}
 
 In 1927, Kermack and McKendrick~\cite{1927} introduced the \emph{SIR Model},
@@ -252,7 +256,7 @@ emerged.\\
   \begin{picture}(12, 9.5) % Specify the size of the picture environment (width, height)
     % reference
     \put(0, 1.75){
-      \begin{subfigure}{0.4\textwidth}
+      \begin{subfigure}{0.35\textwidth}
         \centering
         \includegraphics[width=\textwidth]{reference_params_synth.pdf}
         \caption{$\alpha=0.35$, $\beta=0.5$}
@@ -260,7 +264,7 @@ emerged.\\
       \end{subfigure}
     }
     % 1. row, 1.image (low beta)
-    \put(5.5, 5){
+    \put(5.25, 5){
       \begin{subfigure}{0.3\textwidth}
         \centering
         \includegraphics[width=\textwidth]{low_beta_synth.pdf}
@@ -278,7 +282,7 @@ emerged.\\
       \end{subfigure}
     }
     % 2. row, 1.image (low alpha)
-    \put(5.5, 0){
+    \put(5.25, 0){
       \begin{subfigure}{0.3\textwidth}
         \centering
         \includegraphics[width=\textwidth]{low_alpha_synth.pdf}
@@ -334,7 +338,7 @@ option in the next~\Cref{sec:pandemicModel:rsir}.
 
 % -------------------------------------------------------------------
 
-\subsection{Reduced SIR Model and the Reproduction Number   1}
+\subsection{Reduced SIR Model and the Reproduction Number}
 \label{sec:pandemicModel:rsir}
 The~\Cref{sec:pandemicModel:sir} presents the classical SIR model. This model
 contains two scalar parameters $\beta$ and $\alpha$, which describe the course
@@ -345,10 +349,12 @@ the disease. The reason for this is due to events such as the implementation of
 countermeasures that reduce the contact between the infectious and susceptible
 individuals, the emergence of a new variant of the disease that increases its
 infectivity or deadliness, or the administration of a vaccination that provides
-previously susceptible individuals with immunity without ever being infected. \todo{sai correction -> is this point not already included?}
-To address this Millevoi \etal~\cite{Millevoi2023} introduce a model that \todo{are there older sources}
-simultaneously reduces the size of the system of differential equations and
-solves the problem of time scaling at hand.\\
+previously susceptible individuals with immunity without ever being infected.
+To address this, based on the time-dependent transition rates introduced by Liu
+and Stechlinski~\cite{Liu2012}, and Setianto and Hidayat~\cite{Setianto2023},
+Millevoi \etal~\cite{Millevoi2023} present a model that simultaneously reduces
+the size of the system of differential equations and solves the problem of time
+scaling at hand.\\
 
 First, they alter the definition of $\beta$ and $\alpha$ to be dependent on the time interval
 $\mathcal{T} = [t_0, t_f]\subseteq \mathbb{R}_{\geq0}$,
@@ -413,7 +419,7 @@ situation, due to its fewer input variables.
 
 % -------------------------------------------------------------------
 
-\section{Multilayer Perceptron   2}
+\section{Multilayer Perceptron}
 \label{sec:mlp}
 In~\Cref{sec:differentialEq}, we demonstrate the significance of differential
 equations in systems, illustrating how they can be utilized to elucidate the
@@ -532,7 +538,7 @@ solutions to differential systems.
 
 % -------------------------------------------------------------------
 
-\section{Physics Informed Neural Networks   4}
+\section{Physics Informed Neural Networks}
 \label{sec:pinn}
 
 In~\Cref{sec:mlp}, we describe the structure and training of MLP's, which are
@@ -642,7 +648,7 @@ parameter and the observation loss.
 
 % -------------------------------------------------------------------
 
-\subsection{Disease Informed Neural Networks   1}
+\subsection{Disease Informed Neural Networks}
 \label{sec:pinn:dinn}
 In this section, we describe the capability of MLP's to solve systems of
 differential equations. In~\Cref{sec:pandemicModel:sir}, we describe the SIR

+ 6 - 6
chapters/chap03/chap03.tex

@@ -7,7 +7,7 @@
 %         summary of the content in this chapter
 % Version:  26.08.2024
 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\chapter{Methods   8}
+\chapter{Methods}
 \label{chap:methods}
 This chapter provides the methods, that we employ to address the problem that we
 present in~\Cref{chap:introduction}.~\Cref{sec:preprocessing} outlines
@@ -21,7 +21,7 @@ implementations described in~\Cref{sec:sir:setup} and~\Cref{sec:rsir:setup}.
 
 % -------------------------------------------------------------------
 
-\section{Epidemiological Data   3}
+\section{Epidemiological Data}
 \label{sec:preprocessing}
 In order for the PINNs to be effective with the data available to us, it is
 necessary for the data to be in the format required by the epidemiological
@@ -38,7 +38,7 @@ the correct structure.
 
 % -------------------------------------------------------------------
 
-\subsection{RKI Data   2}
+\subsection{RKI Data}
 \label{sec:preprocessing:rki}
 The Robert Koch Institute is responsible for the on monitoring and prevention of
 diseases. As the central institution of the German government in the field of
@@ -92,7 +92,7 @@ this issue.
 
 % -------------------------------------------------------------------
 
-\subsection{Data Preprocessing   1}
+\subsection{Data Preprocessing}
 \label{sec:preprocessing:rq}
 
 At the outset of this section, we establish the format of the data, that is
@@ -138,7 +138,7 @@ employed by the PINN models, which we describe in the subsequent section.
 
 % -------------------------------------------------------------------
 
-\section{Estimating Epidemiological Parameters using PINNs  3}
+\section{Estimating Epidemiological Parameters using PINNs}
 \label{sec:pinn:sir}
 
 In the preceding section, we present the methods we employ to preprocess and
@@ -237,7 +237,7 @@ reproduction number $\Rt$ on the German data of the RKI.
 
 % -------------------------------------------------------------------
 
-\section{Estimating the Reproduction Number using PINNs   2}
+\section{Estimating the Reproduction Number using PINNs}
 \label{sec:pinn:rsir}
 
 The previous section illustrates the methodology we employ to detemine the