| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks
- % File: chap04/chap04.tex
- % Part: Experiments
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Experiments 10}
- \label{chap:evaluation}
- % -------------------------------------------------------------------
- \section{SIR Model 5}
- \label{sec:sir}
- % -------------------------------------------------------------------
- \subsection{Setup 1}
- \label{sec:sir:setup}
- % -------------------------------------------------------------------
- \subsection{Results 4}
- \label{sec:sir:results}
- \begin{center}
- \begin{tabular}{c|c c c c c}
- \hline
- & Schleswig Holstein & Hamburg & Niedersachsen & Bremen & Nordrhein-Westfalen \\
- \hline
- $\alpha$ & 0.0739 & 0.0774 & 0.0681 & 0.0548 & 0.0725 \\
- $\beta$ & 0.0931 & 0.0995 & 0.0894 & 0.0744 & 0.0939 \\
- \hline
- \end{tabular}
- \begin{tabular}{c|c c c c c c}
- \hline
- & Hessen & Rheinland-Pfalz & Baden Württemberg & Bayern & Saarland & Berlin \\
- \hline
- $\alpha$ & 0.0598 & 0.0754 & 0.0803 & 0.0767 & 0.0655 & 0.0845 \\
- $\beta$ & 0.0787 & 0.0971 & 0.1061 & 0.1045 & 0.0888 & 0.1050 \\
- \hline
- \end{tabular}
- \begin{tabular}{c|c c c c c c}
- \hline
- & Brandenburg & Mecklenburg-Vorpommern & Sachsen & Sachsen-Anhalt & Thüringen & Germany \\
- \hline
- $\alpha$ & 0.0796 & 0.0864 & 0.0705 & 0.0843 & 0.0852 & 0.0821 \\
- $\beta$ & 0.1010 & 0.1111 & 0.0951 & 0.1095 & 0.1120 & 0.1066 \\
- \hline
- \end{tabular}
- \end{center}
- % -------------------------------------------------------------------
- \section{Reduced SIR Model 5}
- \label{sec:rsir}
- % -------------------------------------------------------------------
- \subsection{Setup 1}
- \label{sec:rsir:setup}
- % -------------------------------------------------------------------
- \subsection{Results 4}
- \label{sec:rsir:results}
- % -------------------------------------------------------------------
|