chap04.tex 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks
  4. % File: chap04/chap04.tex
  5. % Part: Experiments
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.01.2012
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Experiments 10}
  11. \label{chap:evaluation}
  12. % -------------------------------------------------------------------
  13. \section{SIR Model 5}
  14. \label{sec:sir}
  15. % -------------------------------------------------------------------
  16. \subsection{Setup 1}
  17. \label{sec:sir:setup}
  18. % -------------------------------------------------------------------
  19. \subsection{Results 4}
  20. \label{sec:sir:results}
  21. \begin{center}
  22. \begin{tabular}{c|c c c c c}
  23. \hline
  24. & Schleswig Holstein & Hamburg & Niedersachsen & Bremen & Nordrhein-Westfalen \\
  25. \hline
  26. $\alpha$ & 0.0739 & 0.0774 & 0.0681 & 0.0548 & 0.0725 \\
  27. $\beta$ & 0.0931 & 0.0995 & 0.0894 & 0.0744 & 0.0939 \\
  28. \hline
  29. \end{tabular}
  30. \begin{tabular}{c|c c c c c c}
  31. \hline
  32. & Hessen & Rheinland-Pfalz & Baden Württemberg & Bayern & Saarland & Berlin \\
  33. \hline
  34. $\alpha$ & 0.0598 & 0.0754 & 0.0803 & 0.0767 & 0.0655 & 0.0845 \\
  35. $\beta$ & 0.0787 & 0.0971 & 0.1061 & 0.1045 & 0.0888 & 0.1050 \\
  36. \hline
  37. \end{tabular}
  38. \begin{tabular}{c|c c c c c c}
  39. \hline
  40. & Brandenburg & Mecklenburg-Vorpommern & Sachsen & Sachsen-Anhalt & Thüringen & Germany \\
  41. \hline
  42. $\alpha$ & 0.0796 & 0.0864 & 0.0705 & 0.0843 & 0.0852 & 0.0821 \\
  43. $\beta$ & 0.1010 & 0.1111 & 0.0951 & 0.1095 & 0.1120 & 0.1066 \\
  44. \hline
  45. \end{tabular}
  46. \end{center}
  47. % -------------------------------------------------------------------
  48. \section{Reduced SIR Model 5}
  49. \label{sec:rsir}
  50. % -------------------------------------------------------------------
  51. \subsection{Setup 1}
  52. \label{sec:rsir:setup}
  53. % -------------------------------------------------------------------
  54. \subsection{Results 4}
  55. \label{sec:rsir:results}
  56. % -------------------------------------------------------------------