-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathweek_10.tex
32 lines (27 loc) · 995 Bytes
/
week_10.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
% !TEX root = week_10.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_10_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Quantitative Macroeconomics\\~\\Winter 2024/25\\~\\Week 10}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_10.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_10_solution}[week_10_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/svar_sr_and_lr.tex}\newpage
\input{exercises/svar_inference_exclusion_restrictions.tex}\newpage
\input{exercises/svar_bootstrap_std_irf.tex}\newpage
\input{exercises/svar_IS_LM.tex}\newpage
\printbibliography%
\newpage
\Closesolutionfile{week_10_solution}
\ifDisplaySolutions%
\newpage
\appendix
\section{Solutions}
\input{week_10_solution}
\fi
\end{document}