Skip to content

Commit

Permalink
Added week 13 material
Browse files Browse the repository at this point in the history
  • Loading branch information
wmutschl committed Jan 31, 2025
1 parent b03ef32 commit 22454ea
Show file tree
Hide file tree
Showing 12 changed files with 300 additions and 209 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/dynare-6.2-matlab-r2024b-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,16 @@ jobs:
command: |
addpath("Dynare-6.2-arm64/matlab");
cd("progs/matlab");
BVARZLB_run;
BVARZLB_run;
- name: Run week 13 codes
uses: matlab-actions/run-command@v2
with:
command: |
addpath("Dynare-6.2-arm64/matlab");
cd("progs/matlab");
rbcLogutilSSTest;
rbcSSTest;
cd("../dynare");
dynare rbcLogutil
dynare rbcCES
14 changes: 13 additions & 1 deletion .github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,16 @@ jobs:
command: |
addpath("dynare/matlab");
cd("progs/matlab");
BVARZLB_run;
BVARZLB_run;
- name: Run week 13 codes
uses: matlab-actions/run-command@v2
with:
command: |
addpath("dynare/matlab");
cd("progs/matlab");
rbcLogutilSSTest;
rbcSSTest;
cd("../dynare");
dynare rbcLogutil
dynare rbcCES
14 changes: 13 additions & 1 deletion .github/workflows/dynare-6.2-matlab-r2024b-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,16 @@ jobs:
command: |
addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab");
cd("progs/matlab");
BVARZLB_run;
BVARZLB_run;
- name: Run week 13 codes
uses: matlab-actions/run-command@v2
with:
command: |
addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab");
cd("progs/matlab");
rbcLogutilSSTest;
rbcSSTest;
cd("../dynare");
dynare rbcLogutil
dynare rbcCES
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ Familiarize yourself with

</details>

<!---

<details>
<summary> Week 13: Introduction to DSGE models</summary>
Expand All @@ -265,42 +264,25 @@ Familiarize yourself with
* understand the DSGE model framework, its basic structure and key challenges
* understand the algebra of a basic RBC model and of a basic New Keynesian model
* compute the steady-state of the RBC model with either MATLAB or Dynare
* understand the first-order perturbation solution to DSGE models


### To Do

* [x] Review the solutions of [last week's exercises](https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_12.pdf) and write down all your questions
* [x] Read Fernandez-Villaverde, Rubio-Ramirez, and Schorfheide (2016, Ch.1) and Torres (2013, Ch. 1).
* [x] Read EITHER Gali (2015, Ch. 3) OR Heijdra (2017, Ch. 9) OR Romer (2019, Ch. 7) OR Woodford (2003, Ch. 3) OR Walsh (2017, Ch. 8)
* [x] Watch [Algebra of New Keynesian models](https://mutschler.eu/dynare/models/nk/)
* [x] Make note of all the aspects and concepts that you are not familiar with or that you find difficult to understand.
* [x] Do exercise sheet 13
* [x] If you have questions, get in touch with me via email or (better) [schedule a meeting](https://schedule.mutschler.eu)
</details>
<details>
<summary> Week 14: Solving DSGE models</summary>
### Goals
* understand the first-order perturbation solution to DSGE models
* apply it to the basic New Keynesian model
### To Do
* [x] Review the solutions of [last week's exercises](https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_13.pdf) and write down all your questions
* [x] Watch [Solving DSGE models with first-order perturbation: what Dynare does](https://mutschler.eu/dynare/perturbation/first-order-theory/)
* Optionally:
* [x] watch [Algebra of New Keynesian models](https://mutschler.eu/dynare/models/nk/)
* [x] Watch [Solving DSGE models with first-order perturbation: what Dynare does](https://mutschler.eu/dynare/perturbation/first-order-theory/)
* [x] Make note of all the aspects and concepts that you are not familiar with or that you find difficult to understand.
* [x] If you have questions, get in touch with me via email or (better) [schedule a meeting](https://schedule.mutschler.eu)

</details>


<details>
<summary> Week 15: Kalman filter and Metropolis-Hastings</summary>
<summary> Week 14: Kalman filter and Metropolis-Hastings</summary>

### Goals

Expand All @@ -311,12 +293,13 @@ Familiarize yourself with
### To Do

* [x] Review the solutions of [last week's exercises](https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_14.pdf) and write down all your questions
* [x] Follow the lecture, you can find the slides on Ilias.
* [x] Follow the lecture.
* [x] Make note of all the aspects and concepts that you are not familiar with or that you find difficult to understand.
* [x] If you have questions, get in touch with me via email or (better) [schedule a meeting](https://schedule.mutschler.eu)

</details>

<!---
\-->

## Content
Expand Down
2 changes: 1 addition & 1 deletion exercises/dsge_definition_challenges_structure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\end{itemize}

\begin{solution}\textbf{Solution to \nameref{ex:DSGEModelsDefinitionChallengesStructure}}
\ifDisplaySolutions
\ifDisplaySolutions%
\input{exercises/dsge_definition_challenges_structure_solution.tex}
\fi
\newpage
Expand Down
Loading

0 comments on commit 22454ea

Please # to comment.