├── .gitignore ├── README.md ├── Slides ├── 1-Forecast-Evaluation.Rmd ├── 1-Forecast-Evaluation.pdf ├── 2-ARIMA.Rmd ├── 2-ARIMA.pdf ├── 3-Dynamic-Regression.Rmd ├── 3-Dynamic-Regression.pdf ├── 4-Hierarchical.Rmd ├── 4-Hierarchical.pdf ├── 5-Extras.Rmd ├── 5-Extras.pdf ├── 6-Wrapup.Rmd ├── 6-Wrapup.pdf ├── Makefile ├── MonashWhite.sty ├── beamercolorthemeMonashWhite.sty ├── figs │ ├── Australia.png │ ├── Capitals.png │ ├── Figure-8-10.pdf │ ├── Foresight.jpg │ ├── IJFcover.jpg │ ├── MonashTitleSlide.png │ ├── States.png │ ├── austourism1.pdf │ ├── austourism2.pdf │ ├── austourism3.pdf │ ├── austourism4.pdf │ ├── austourism5.pdf │ ├── austourism6.pdf │ ├── austourism7.pdf │ ├── austourism8.pdf │ ├── austourism9.pdf │ ├── base_reconciled_hts.pdf │ ├── dummy2.jpg │ ├── dummy3.jpg │ ├── original_hts.pdf │ ├── pills.jpg │ ├── regions1_with_labels.pdf │ └── spectacles.jpg ├── header.tex └── nicefigs.R └── labs ├── Labs.R ├── Makefile └── gdpcknaaoq.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/README.md -------------------------------------------------------------------------------- /Slides/1-Forecast-Evaluation.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/1-Forecast-Evaluation.Rmd -------------------------------------------------------------------------------- /Slides/1-Forecast-Evaluation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/1-Forecast-Evaluation.pdf -------------------------------------------------------------------------------- /Slides/2-ARIMA.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/2-ARIMA.Rmd -------------------------------------------------------------------------------- /Slides/2-ARIMA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/2-ARIMA.pdf -------------------------------------------------------------------------------- /Slides/3-Dynamic-Regression.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/3-Dynamic-Regression.Rmd -------------------------------------------------------------------------------- /Slides/3-Dynamic-Regression.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/3-Dynamic-Regression.pdf -------------------------------------------------------------------------------- /Slides/4-Hierarchical.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/4-Hierarchical.Rmd -------------------------------------------------------------------------------- /Slides/4-Hierarchical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/4-Hierarchical.pdf -------------------------------------------------------------------------------- /Slides/5-Extras.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/5-Extras.Rmd -------------------------------------------------------------------------------- /Slides/5-Extras.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/5-Extras.pdf -------------------------------------------------------------------------------- /Slides/6-Wrapup.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/6-Wrapup.Rmd -------------------------------------------------------------------------------- /Slides/6-Wrapup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/6-Wrapup.pdf -------------------------------------------------------------------------------- /Slides/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/Makefile -------------------------------------------------------------------------------- /Slides/MonashWhite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/MonashWhite.sty -------------------------------------------------------------------------------- /Slides/beamercolorthemeMonashWhite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/beamercolorthemeMonashWhite.sty -------------------------------------------------------------------------------- /Slides/figs/Australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/Australia.png -------------------------------------------------------------------------------- /Slides/figs/Capitals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/Capitals.png -------------------------------------------------------------------------------- /Slides/figs/Figure-8-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/Figure-8-10.pdf -------------------------------------------------------------------------------- /Slides/figs/Foresight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/Foresight.jpg -------------------------------------------------------------------------------- /Slides/figs/IJFcover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/IJFcover.jpg -------------------------------------------------------------------------------- /Slides/figs/MonashTitleSlide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/MonashTitleSlide.png -------------------------------------------------------------------------------- /Slides/figs/States.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/States.png -------------------------------------------------------------------------------- /Slides/figs/austourism1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism1.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism2.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism3.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism4.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism5.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism6.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism7.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism8.pdf -------------------------------------------------------------------------------- /Slides/figs/austourism9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/austourism9.pdf -------------------------------------------------------------------------------- /Slides/figs/base_reconciled_hts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/base_reconciled_hts.pdf -------------------------------------------------------------------------------- /Slides/figs/dummy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/dummy2.jpg -------------------------------------------------------------------------------- /Slides/figs/dummy3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/dummy3.jpg -------------------------------------------------------------------------------- /Slides/figs/original_hts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/original_hts.pdf -------------------------------------------------------------------------------- /Slides/figs/pills.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/pills.jpg -------------------------------------------------------------------------------- /Slides/figs/regions1_with_labels.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/regions1_with_labels.pdf -------------------------------------------------------------------------------- /Slides/figs/spectacles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/figs/spectacles.jpg -------------------------------------------------------------------------------- /Slides/header.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/header.tex -------------------------------------------------------------------------------- /Slides/nicefigs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/Slides/nicefigs.R -------------------------------------------------------------------------------- /labs/Labs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/labs/Labs.R -------------------------------------------------------------------------------- /labs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/labs/Makefile -------------------------------------------------------------------------------- /labs/gdpcknaaoq.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robjhyndman/Half-day-forecasting-workshop/HEAD/labs/gdpcknaaoq.csv --------------------------------------------------------------------------------