├── 1_wrangling ├── README.md └── data_wrangling.md ├── 2_univariate ├── README.md ├── slidedeck_univariate.pdf ├── univariate_arima_tutorial.md └── univariate_arima_tutorial_files │ └── figure-markdown_github │ ├── arima2-1.png │ ├── arima3-1.png │ ├── arima4-1.png │ ├── decompose 2-1.png │ ├── decompose-1.png │ ├── forecast-1.png │ ├── ggtsdisplay-1.png │ └── plot1-1.png ├── 3_multivariate ├── README.md ├── brexit_exercise_data.csv ├── slidedeck_multivariate.pdf ├── var_irf_figures │ ├── guardian2toi_irfc.png │ ├── guardian2toi_irfnc.png │ ├── toi2guardian_irfc.png │ └── toi2guardian_irfnc.png └── varmodeling.md ├── 4_visualization ├── README.md ├── brexit_plot.png └── visualization.md ├── LICENSE └── README.md /1_wrangling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/1_wrangling/README.md -------------------------------------------------------------------------------- /1_wrangling/data_wrangling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/1_wrangling/data_wrangling.md -------------------------------------------------------------------------------- /2_univariate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/README.md -------------------------------------------------------------------------------- /2_univariate/slidedeck_univariate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/slidedeck_univariate.pdf -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial.md -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima2-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima3-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/arima4-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/decompose 2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/decompose 2-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/decompose-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/decompose-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/forecast-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/forecast-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/ggtsdisplay-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/ggtsdisplay-1.png -------------------------------------------------------------------------------- /2_univariate/univariate_arima_tutorial_files/figure-markdown_github/plot1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/2_univariate/univariate_arima_tutorial_files/figure-markdown_github/plot1-1.png -------------------------------------------------------------------------------- /3_multivariate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/README.md -------------------------------------------------------------------------------- /3_multivariate/brexit_exercise_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/brexit_exercise_data.csv -------------------------------------------------------------------------------- /3_multivariate/slidedeck_multivariate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/slidedeck_multivariate.pdf -------------------------------------------------------------------------------- /3_multivariate/var_irf_figures/guardian2toi_irfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/var_irf_figures/guardian2toi_irfc.png -------------------------------------------------------------------------------- /3_multivariate/var_irf_figures/guardian2toi_irfnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/var_irf_figures/guardian2toi_irfnc.png -------------------------------------------------------------------------------- /3_multivariate/var_irf_figures/toi2guardian_irfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/var_irf_figures/toi2guardian_irfc.png -------------------------------------------------------------------------------- /3_multivariate/var_irf_figures/toi2guardian_irfnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/var_irf_figures/toi2guardian_irfnc.png -------------------------------------------------------------------------------- /3_multivariate/varmodeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/3_multivariate/varmodeling.md -------------------------------------------------------------------------------- /4_visualization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/4_visualization/README.md -------------------------------------------------------------------------------- /4_visualization/brexit_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/4_visualization/brexit_plot.png -------------------------------------------------------------------------------- /4_visualization/visualization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/4_visualization/visualization.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC BY-SA 4.0 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlukito/timeseries-bootcamp/HEAD/README.md --------------------------------------------------------------------------------