-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathweek_12.tex
34 lines (27 loc) · 1.05 KB
/
week_12.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
% !TEX root = week_12.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_12_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Quantitative Macroeconomics\\~\\Winter 2024/25\\~\\Week 12}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_12.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_12_solution}[week_12_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/bayesian_estimation_varp.tex}\newpage
\input{exercises/bayesian_estimation_var_zlb.tex}\newpage
\printbibliography%
\newpage
\appendix
\section{BVARMinnesotaPrior.m}
\lstinputlisting[label=BVARMinnesotaPrior,,title=\lstname,style=Matlab-editor,basicstyle=\mlttfamily]{progs/matlab/BVARMinnesotaPrior.m}
\Closesolutionfile{week_12_solution}
\ifDisplaySolutions%
\newpage
\section{Solutions}
\input{week_12_solution}
\fi
\end{document}