From fbc74afa3d336cce90f352143aebec2b48cc26fb Mon Sep 17 00:00:00 2001 From: Willi Mutschler Date: Thu, 17 Oct 2024 16:14:27 +0200 Subject: [PATCH] Added week 2 materials --- .../dynare-6.2-matlab-r2024b-macos.yml | 11 +++ .../dynare-6.2-matlab-r2024b-ubuntu.yml | 11 +++ .../dynare-6.2-matlab-r2024b-windows.yml | 10 +++ README.md | 4 +- ...efinition_frequencies_time_series_data.tex | 11 ++- ..._frequencies_time_series_data_solution.tex | 18 ++--- ...mental_concepts_univariate_time_series.tex | 36 ++++++---- ...ncepts_univariate_time_series_solution.tex | 68 ++++++++++--------- exercises/visualizing_time_series_data.tex | 18 ++--- .../visualizing_time_series_data_solution.tex | 37 +++++----- week_2.tex | 30 ++++++++ 11 files changed, 163 insertions(+), 91 deletions(-) create mode 100644 week_2.tex diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml index 3352230..f2fd603 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-macos.yml @@ -42,3 +42,14 @@ jobs: addpath("Dynare-6.2-arm64/matlab"); cd("progs/matlab"); quickTourMatlab; + + - name: Run week 2 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("Dynare-6.2-arm64/matlab"); + cd("progs/matlab"); + visualizingTimeSeriesDataNorway; + definitionFrequenciesTimeSeriesData; + whiteNoisePlots; + plotsAR1; diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml index 152891d..a5a0f47 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-ubuntu.yml @@ -71,3 +71,14 @@ jobs: addpath("dynare/matlab"); cd("progs/matlab"); quickTourMatlab; + + - name: Run week 2 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("dynare/matlab"); + cd("progs/matlab"); + visualizingTimeSeriesDataNorway; + definitionFrequenciesTimeSeriesData; + whiteNoisePlots; + plotsAR1; diff --git a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml index 6c3481e..64ef52b 100644 --- a/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml +++ b/.github/workflows/dynare-6.2-matlab-r2024b-windows.yml @@ -34,3 +34,13 @@ jobs: cd("progs/matlab"); quickTourMatlab; + - name: Run week 2 codes + uses: matlab-actions/run-command@v2 + with: + command: | + addpath("D:\hostedtoolcache\windows\dynare-6.0\matlab"); + cd("progs/matlab"); + visualizingTimeSeriesDataNorway; + definitionFrequenciesTimeSeriesData; + whiteNoisePlots; + plotsAR1; diff --git a/README.md b/README.md index 62ad82b..e735438 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ Please feel free to use this for teaching or learning purposes; however, taking -