diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml index 8f91619..1b095e1 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml @@ -106,4 +106,13 @@ jobs: command: | addpath("Dynare-6.2-arm64/matlab"); cd("progs/matlab"); - USOil; \ No newline at end of file + USOil; + + - name: Run week 9 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("Dynare-6.2-arm64/matlab"); + cd("progs/matlab"); + keatingSR; + BlanchardQuahLR; \ No newline at end of file diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml index dfe0a13..4bcd667 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml @@ -135,4 +135,13 @@ jobs: command: | addpath("dynare/matlab"); cd("progs/matlab"); - USOil; \ No newline at end of file + USOil; + + - name: Run week 9 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("dynare/matlab"); + cd("progs/matlab"); + keatingSR; + BlanchardQuahLR; \ No newline at end of file diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml index 4e7a1b2..08f2f27 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml @@ -97,4 +97,13 @@ jobs: command: | addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab"); cd("progs/matlab"); - USOil; \ No newline at end of file + USOil; + + - name: Run week 9 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab"); + cd("progs/matlab"); + keatingSR; + BlanchardQuahLR; \ No newline at end of file diff --git a/README.md b/README.md index fb28e9c..0eebcb1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Please feel free to use this for teaching or learning purposes; however, taking ### To Do * [x] review the solutions of [last week's exercises](https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_4.pdf) and write down all your questions -* [x] re-read Lütkepohl (2004) and quickly go through Kilian and Lütkepohl (2007, Ch. 12.2); make note of all the aspects and concepts that you are still not familiar with or that you find difficult to understand +* [x] re-read Lütkepohl (2004) and briefly go through Kilian and Lütkepohl (2007, Ch. 2.6, 2.7, 12.2); make note of all the aspects and concepts that you are still not familiar with or that you find difficult to understand * [x] Do exercise 1 of the problem set for week 5; we will do exercises 2 and 3 in class * [x] participate in the Q&A sessions with all your questions and concerns * [x] for immediate help: [schedule a meeting](https://schedule.mutschler.eu) @@ -152,50 +152,57 @@ Familiarize yourself with -