appendix.tex 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: appendix/appendix.tex
  5. % Part: appendix
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 19.07.2024
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Additional Results}
  11. \label{chap:appendix}
  12. Here, we show the results of our experiments which we describe in~\Cref{chap:evaluation}.
  13. Additionally, we show visualizations of the underlying dataset.
  14. \subsection{SIR Datasets}
  15. \label{sec:sir_datasets}
  16. In this section, we present the datasets utilized for~\Cref{sec:sir}.~\Cref{fig:SIR_state_results_1}
  17. and ~\Cref{fig:SIR_state_results_2} show the datasets, which we use for finding
  18. the epidemiological parameters of $\alpha$ and $\beta$.
  19. \begin{figure}[h!]
  20. \centering
  21. \includegraphics[width=\textwidth]{state_sir_cluster_1.pdf}
  22. \caption{Part 1 of the datasets, used in the experiments in~\Cref{sec:pinn:sir}.}
  23. \label{fig:SIR_state_results_1}
  24. \end{figure}
  25. \begin{figure}[h!]
  26. \centering
  27. \begin{subfigure}{\textwidth}
  28. \includegraphics[width=\textwidth]{state_sir_cluster_2.pdf}
  29. \end{subfigure}
  30. \quad
  31. \begin{subfigure}{0.35\textwidth}
  32. \includegraphics[width=\textwidth]{germany_single_sir.pdf}
  33. \end{subfigure}
  34. \caption{Part 2 of the datasets, used in the experiments in~\Cref{sec:pinn:sir}.}
  35. \label{fig:SIR_state_results_2}
  36. \end{figure}
  37. \subsection{$\Rt$ Results}
  38. \label{sec:r_t_results}
  39. Here, we present the results from our experiments in ~\Cref{sec:rsir}.
  40. For each federal state and Germany we provide the results of the reproduction
  41. number in the left and the corresponding dataset and the model prediction on the
  42. right.
  43. \begin{figure}[h!]
  44. \centering
  45. \begin{subfigure}{0.45\textwidth}
  46. \includegraphics[width=\textwidth]{r_t_cluster_0.pdf}
  47. \end{subfigure}
  48. \begin{subfigure}{0.45\textwidth}
  49. \includegraphics[width=\textwidth]{I_cluster_0.pdf}
  50. \end{subfigure}
  51. \caption{Part 1 of the results, yielded by the experiments in~\Cref{sec:pinn:rsir}.}
  52. \label{fig:I_state_results_1}
  53. \end{figure}
  54. \begin{figure}[h!]
  55. \centering
  56. \begin{subfigure}{0.45\textwidth}
  57. \includegraphics[width=\textwidth]{r_t_cluster_1.pdf}
  58. \end{subfigure}
  59. \begin{subfigure}{0.45\textwidth}
  60. \includegraphics[width=\textwidth]{I_cluster_1.pdf}
  61. \end{subfigure}
  62. \caption{Part 2 of the results, yielded by the experiments in~\Cref{sec:pinn:rsir}.}
  63. \label{fig:I_state_results_2}
  64. \end{figure}
  65. \begin{figure}[h!]
  66. \centering
  67. \begin{subfigure}{0.45\textwidth}
  68. \includegraphics[width=\textwidth]{r_t_cluster_2.pdf}
  69. \end{subfigure}
  70. \begin{subfigure}{0.45\textwidth}
  71. \includegraphics[width=\textwidth]{I_cluster_2.pdf}
  72. \end{subfigure}
  73. \caption{Part 3 of the results, yielded by the experiments in~\Cref{sec:pinn:rsir}.}
  74. \label{fig:I_state_results_3}
  75. \end{figure}
  76. \begin{figure}[h!]
  77. \centering
  78. \begin{subfigure}{0.45\textwidth}
  79. \includegraphics[width=\textwidth]{r_t_cluster_3.pdf}
  80. \end{subfigure}
  81. \begin{subfigure}{0.45\textwidth}
  82. \includegraphics[width=\textwidth]{I_cluster_3.pdf}
  83. \end{subfigure}
  84. \caption{Part 4 of the results, yielded by the experiments in~\Cref{sec:pinn:rsir}.
  85. The graph showing prediction of $I$ for Germany, has a different y-axis scale
  86. compared to all other graphs for the predictions of $I$.}
  87. \label{fig:I_state_results_4}
  88. \end{figure}