From d954b4090b864c9f621c02089507e6a8a55c77d5 Mon Sep 17 00:00:00 2001 From: Willi Mutschler Date: Fri, 25 Oct 2024 17:21:01 +0200 Subject: [PATCH] Added week 3 material --- .../dynare-6.2-matlab-r2024b-macos.yml | 11 + .../dynare-6.2-matlab-r2024b-ubuntu.yml | 11 + .../dynare-6.2-matlab-r2024b-windows.yml | 11 + README.md | 6 +- .../central_limit_theorem_dependent_data.tex | 114 +++++---- ..._limit_theorem_dependent_data_solution.tex | 211 +++++++++------- exercises/law_of_large_numbers.tex | 48 ++-- exercises/law_of_large_numbers_solution.tex | 92 +++---- exercises/properties_ar1.tex | 55 ++-- exercises/properties_ar1_solution.tex | 235 ++++++++++-------- exercises/properties_ar1_time_trend.tex | 22 +- .../properties_ar1_time_trend_solution.tex | 86 ++++--- week_3.tex | 31 +++ 13 files changed, 561 insertions(+), 372 deletions(-) create mode 100644 week_3.tex diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml index f2fd603..9744159 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml @@ -53,3 +53,14 @@ jobs: definitionFrequenciesTimeSeriesData; whiteNoisePlots; plotsAR1; + + - name: Run week 3 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("Dynare-6.2-arm64/matlab"); + cd("progs/matlab"); + acfPlots_run; + lawOfLargeNumbers; + lawOfLargeNumbersAR1; + centralLimitDependentData; diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml index a5a0f47..a87d41c 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml @@ -82,3 +82,14 @@ jobs: definitionFrequenciesTimeSeriesData; whiteNoisePlots; plotsAR1; + + - name: Run week 3 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("dynare/matlab"); + cd("progs/matlab"); + acfPlots_run; + lawOfLargeNumbers; + lawOfLargeNumbersAR1; + centralLimitDependentData; diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml index 64ef52b..9fb9d27 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml @@ -44,3 +44,14 @@ jobs: definitionFrequenciesTimeSeriesData; whiteNoisePlots; plotsAR1; + + - name: Run week 3 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab"); + cd("progs/matlab"); + acfPlots_run; + lawOfLargeNumbers; + lawOfLargeNumbersAR1; + centralLimitDependentData; diff --git a/README.md b/README.md index e735438..59c890b 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ Please feel free to use this for teaching or learning purposes; however, taking -