-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathweek_8.tex
43 lines (34 loc) · 1.87 KB
/
week_8.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
% !TEX root = week_8.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_8_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Computational Macroeconomics\\~\\Summer 2024\\~\\Week 8}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Computational-Macroeconomics/releases/latest/download/week_8.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_8_solution}[week_8_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/case_study_eichenbaum_rebelo_trabandt_2022.tex}\newpage
\printbibliography%
\newpage
\appendix
\section{Helper functions for New Keynesian Epidemic model}
\subsection{ert\_model\_sticky.mod\label{app:ert_model_sticky}}
\lstinputlisting[style=Matlab-editor,basicstyle=\mlttfamily\scriptsize,title=\lstname]{progs/replications/Eichenbaum_Rebelo_Trabandt_2022/ert_model_sticky.mod}
\subsection{ert\_model\_go\_calibrate\_pi.m\label{app:ert_model_go_calibrate_pi}}
\lstinputlisting[style=Matlab-editor,basicstyle=\mlttfamily\scriptsize,title=\lstname]{progs/replications/Eichenbaum_Rebelo_Trabandt_2022/ert_model_go_calibrate_pi.m}
\subsection{ert\_model\_plot\_agg\_results.m\label{app:ert_model_plot_agg_results}}
\lstinputlisting[style=Matlab-editor,basicstyle=\mlttfamily\scriptsize,title=\lstname]{progs/replications/Eichenbaum_Rebelo_Trabandt_2022/ert_model_plot_agg_results.m}
\subsection{ert\_model\_plot\_by\_type\_results.m\label{app:ert_model_plot_by_type_results}}
\lstinputlisting[style=Matlab-editor,basicstyle=\mlttfamily\scriptsize,title=\lstname]{progs/replications/Eichenbaum_Rebelo_Trabandt_2022/ert_model_plot_by_type_results.m}
\Closesolutionfile{week_8_solution}
\ifDisplaySolutions%
\newpage
\appendix
\section{Solutions}
\input{week_8_solution}
\fi
\end{document}