Skip to content

Commit

Permalink
First pass at weekly plan
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Feb 18, 2025
1 parent e524bfc commit 80153c2
Show file tree
Hide file tree
Showing 20 changed files with 205 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _freeze/index/execute-results/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"hash": "19ce8d72a8dc95d6d301d85ae5f87516",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: \"ETC3550/5550 Applied forecasting\"\n---\n\n\n\n## Teaching team\n### Lecturer/Chief Examiner\n\n\n:::: {.columns}\n\n::: {.column width=\"25%\"}\n\n![](https://robjhyndman.com/img/RJH_AAS_small.png){style=\"width: 80%;\"}\n:::\n\n::: {.column width=\"75%\"}\n\n[**Rob J Hyndman**](https://robjhyndman.com)\n\nEmail: [[email protected]](mailto:[email protected])\n\n:::\n\n::::\n\n### Head Tutor\n\n:::: {.columns}\n\n::: {.column width=\"25%\"}\n\n![](/img/mitch.png){style=\"width: 80%;\"}\n:::\n\n::: {.column width=\"75%\"}\n\n[**Mitchell O'Hara-Wild**](https://mitchelloharawild.com)\n\nEmail: [[email protected]](mailto:[email protected])\n\n:::\n\n::::\n\n### Tutors\n\n:::: {.columns}\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/maliny.png){style=\"width: 65%;\"}\n\nMaliny Po\n\n:::\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/nuwani.png){style=\"width: 65%;\"}\n\nNuwani Palihawadana\n\n:::\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/sapphire.png){style=\"width: 65%;\"}\n\nXiefei (Sapphire) Li\n:::\n\n\n::::\n\n## Weekly schedule\n\n* [Pre-recorded videos](https://www.youtube.com/watch?v=uwKiT1o1TkI&list=PLyCNZ_xXGzpm7W9jLqbIyBAiSO5jDwJeE): approximately 1 hour per week [[Slides](https://github.com/robjhyndman/fpp3_slides)]\n* Tutorials: 1 hour per week\n* Online lecture: 12noon Mondays\n* Workshop: 1pm Tuesdays, [Lecture Theatre S3, 16 Rainforest Walk](https://maps.app.goo.gl/4AmDLWkY1yYZviFz8).\n\n\n\n|Week |Topic |Chapter |Assignments |Quizzes |\n|:------|:-----------------------------------|:--------------------------------|:-----------------------|:-------|\n|03 Mar |[Introduction to forecasting and R](./week1/index.html)|[1. Getting started](https://OTexts.com/fpp3/intro.html)|[Forecasting Competition](assignments/competition.qmd)| |\n|10 Mar |[Time series graphics](./week2/index.html)|[2. Time series graphics](https://OTexts.com/fpp3/graphics.html)| |[Week 2](https://learning.monash.edu/mod/quiz/view.php?id=3868353)|\n|17 Mar |[Time series decomposition](./week3/index.html)|[3. Time series decomposition](https://OTexts.com/fpp3/decomposition.html)| |[Week 3](https://learning.monash.edu/mod/quiz/view.php?id=3868355)|\n|24 Mar |[The forecaster's toolbox](./week4/index.html)|[5. The forecaster's toolbox](https://OTexts.com/fpp3/toolbox.html)|[Assignment 1](assignments/A1.qmd)|[Week 4](https://learning.monash.edu/mod/quiz/view.php?id=3868369)|\n|31 Mar |[Exponential smoothing](./week5/index.html)|[8. Exponential smoothing](https://OTexts.com/fpp3/expsmooth.html)| |[Week 5](https://learning.monash.edu/mod/quiz/view.php?id=3868370)|\n|07 Apr |[Exponential smoothing](./week6/index.html)|[8. Exponential smoothing](https://OTexts.com/fpp3/expsmooth.html)| |[Week 6](https://learning.monash.edu/mod/quiz/view.php?id=3868371)|\n|14 Apr |[ARIMA models](./week7/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)|[Assignment 2](assignments/A2.qmd)|[Week 7](https://learning.monash.edu/mod/quiz/view.php?id=3868372)|\n|21 Apr |Mid-semester break | | | |\n|28 Apr |[ARIMA models](./week8/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)| |[Week 8](https://learning.monash.edu/mod/quiz/view.php?id=3868373)|\n|05 May |[ARIMA models](./week9/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)| |[Week 9](https://learning.monash.edu/mod/quiz/view.php?id=3868374)|\n|12 May |[Multiple regression and forecasting](./week10/index.html)|[7. Time series regression models](https://OTexts.com/fpp3/regression.html)|[Assignment 3](assignments/A3.qmd)|[Week 10](https://learning.monash.edu/mod/quiz/view.php?id=3868375)|\n|19 May |[Dynamic regression](./week11/index.html)|[10. Dynamic regression models](https://OTexts.com/fpp3/dynamic.html)| |[Week 11](https://learning.monash.edu/mod/quiz/view.php?id=3868376)|\n|26 May |[Dynamic regression](./week12/index.html)|[10. Dynamic regression models](https://OTexts.com/fpp3/dynamic.html)|[Retail Project](assignments/Project.qmd)| |\n\n## Assessments\n\n* [Forecasting competition](assignments/competition.qmd): 2%\n* Weekly quizzes: 8%\n* [Assignment 1](assignments/A1.qmd): 6%\n* [Assignment 2](assignments/A2.qmd): 6%\n* [Assignment 3](assignments/A3.qmd): 6%\n* [Retail project](assignments/Project.qmd): 12%\n* Final exam: 60%\n\n## R package installation\n\nHere is the code to install the R packages we will be using in this unit.\n\n```r\ninstall.packages(c(\"tidyverse\",\"fpp3\", \"GGally\"), dependencies = TRUE)\n```\n",
"markdown": "---\ntitle: \"ETC3550/5550 Applied forecasting\"\n---\n\n\n\n## Teaching team\n### Lecturer/Chief Examiner\n\n\n:::: {.columns}\n\n::: {.column width=\"25%\"}\n\n![](https://robjhyndman.com/img/RJH_AAS_small.png){style=\"width: 80%;\"}\n:::\n\n::: {.column width=\"75%\"}\n\n[**Rob J Hyndman**](https://robjhyndman.com)\n\nEmail: [[email protected]](mailto:[email protected])\n\n:::\n\n::::\n\n### Head Tutor\n\n:::: {.columns}\n\n::: {.column width=\"25%\"}\n\n![](/img/mitch.png){style=\"width: 80%;\"}\n:::\n\n::: {.column width=\"75%\"}\n\n[**Mitchell O'Hara-Wild**](https://mitchelloharawild.com)\n\nEmail: [[email protected]](mailto:[email protected])\n\n:::\n\n::::\n\n### Tutors\n\n:::: {.columns}\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/maliny.png){style=\"width: 65%;\"}\n\nMaliny Po\n\n:::\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/nuwani.png){style=\"width: 65%;\"}\n\nNuwani Palihawadana\n\n:::\n\n::: {.column .centeredcolumn width = \"33%\"}\n![](/img/sapphire.png){style=\"width: 65%;\"}\n\nXiefei (Sapphire) Li\n:::\n\n\n::::\n\n## Weekly schedule\n\n* [Pre-recorded videos](https://www.youtube.com/watch?v=uwKiT1o1TkI&list=PLyCNZ_xXGzpm7W9jLqbIyBAiSO5jDwJeE): approximately 1 hour per week [[Slides](https://github.com/robjhyndman/fpp3_slides)]\n* Tutorials: 1 hour per week\n* Online lecture: 12noon Mondays\n* Workshop: 1pm Tuesdays, [Lecture Theatre S3, 16 Rainforest Walk](https://maps.app.goo.gl/4AmDLWkY1yYZviFz8).\n\n\n\n|Week |Topic |Chapter |Assignments |Quizzes |\n|:------|:-----------------------------------|:--------------------------------|:-----------------------|:-------|\n|03 Mar |[Introduction to forecasting and R](./week1/index.html)|[1. Getting started](https://OTexts.com/fpp3/intro.html)|[Forecasting Competition](assignments/competition.qmd)| |\n|10 Mar |[Time series graphics](./week2/index.html)|[2. Time series graphics](https://OTexts.com/fpp3/graphics.html)| |[Week 2](https://learning.monash.edu/mod/quiz/view.php?id=3868353)|\n|17 Mar |[Time series decomposition](./week3/index.html)|[3. Time series decomposition](https://OTexts.com/fpp3/decomposition.html)| |[Week 3](https://learning.monash.edu/mod/quiz/view.php?id=3868355)|\n|24 Mar |[Simple forecasting methods](./week4/index.html)|[5. The forecaster's toolbox](https://OTexts.com/fpp3/toolbox.html)|[Assignment 1](assignments/A1.qmd)|[Week 4](https://learning.monash.edu/mod/quiz/view.php?id=3868369)|\n|31 Mar |[Accuracy evaluation](./week5/index.html)|[5. The forecaster's toolbox](https://OTexts.com/fpp3/toolbox.html)| |[Week 5](https://learning.monash.edu/mod/quiz/view.php?id=3868370)|\n|07 Apr |[Exponential smoothing](./week6/index.html)|[8. Exponential smoothing](https://OTexts.com/fpp3/expsmooth.html)| |[Week 6](https://learning.monash.edu/mod/quiz/view.php?id=3868371)|\n|14 Apr |[Exponential smoothing](./week7/index.html)|[8. Exponential smoothing](https://OTexts.com/fpp3/expsmooth.html)|[Assignment 2](assignments/A2.qmd)|[Week 7](https://learning.monash.edu/mod/quiz/view.php?id=3868372)|\n|21 Apr |Mid-semester break | | | |\n|28 Apr |[ARIMA models](./week8/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)| |[Week 8](https://learning.monash.edu/mod/quiz/view.php?id=3868373)|\n|05 May |[ARIMA models](./week9/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)| |[Week 9](https://learning.monash.edu/mod/quiz/view.php?id=3868374)|\n|12 May |[ARIMA models](./week10/index.html) |[9. ARIMA models](https://OTexts.com/fpp3/arima.html)|[Assignment 3](assignments/A3.qmd)|[Week 10](https://learning.monash.edu/mod/quiz/view.php?id=3868375)|\n|19 May |[Multiple regression and forecasting](./week11/index.html)|[7. Time series regression models](https://OTexts.com/fpp3/regression.html)| |[Week 11](https://learning.monash.edu/mod/quiz/view.php?id=3868376)|\n|26 May |[Dynamic regression](./week12/index.html)|[10. Dynamic regression models](https://OTexts.com/fpp3/dynamic.html)|[Retail Project](assignments/Project.qmd)| |\n\n## Assessments\n\n* [Forecasting competition](assignments/competition.qmd): 2%\n* Weekly quizzes: 8%\n* [Assignment 1](assignments/A1.qmd): 6%\n* [Assignment 2](assignments/A2.qmd): 6%\n* [Assignment 3](assignments/A3.qmd): 6%\n* [Retail project](assignments/Project.qmd): 12%\n* Final exam: 60%\n\n## R package installation\n\nHere is the code to install the R packages we will be using in this unit.\n\n```r\ninstall.packages(c(\"tidyverse\",\"fpp3\", \"GGally\"), dependencies = TRUE)\n```\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
Expand Down
Loading

0 comments on commit 80153c2

Please sign in to comment.