From 37b29655de3c82d11fbf0d5b7e5684b7d49c61a4 Mon Sep 17 00:00:00 2001 From: Martin Monkman Date: Tue, 9 Mar 2021 19:41:46 -0800 Subject: [PATCH] some time series info --- 04_using_R.Rmd | 2 +- 54_time_series.Rmd | 2 ++ book.bib | 10 ++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/04_using_R.Rmd b/04_using_R.Rmd index a414759..4534834 100644 --- a/04_using_R.Rmd +++ b/04_using_R.Rmd @@ -79,7 +79,7 @@ Releases since 2017-07-28: Peter Dalgaard via twitter pointed out the inherent pun in the name (and the naming of R 4.0.3): -![_R 4.0.4](images\Peter_Dalgaard_r404_name.JPG) +![_The naming of R 4.0.4_](images\Peter_Dalgaard_r404_name.JPG) * R 4.0.3 ["Bunny-Wunnies Freak Out"](https://www.gocomics.com/peanuts/1972/10/23) (original strip: 1972-10-23) (R version release date: 2020-10-10) diff --git a/54_time_series.Rmd b/54_time_series.Rmd index 181adaf..00fba6a 100644 --- a/54_time_series.Rmd +++ b/54_time_series.Rmd @@ -19,6 +19,8 @@ See also Rob Hyndman's work in this area is second-to-none. +Start with his book with George Athanasopoulos, _Forecasting: Principles and Practice_ (3rd edition) [@Hyndman_Athanasopoulos_2021] + * [the cleverly named "Hyndsight" blog](https://robjhyndman.com/hyndsight/) has a wealth of great articles on the topic, many of which explicitly reference the use of R. * ["Software I've written"](https://robjhyndman.com/software/) is a comprehensive list of the various packages that he has (co)authored diff --git a/book.bib b/book.bib index 25d323e..d096943 100644 --- a/book.bib +++ b/book.bib @@ -323,6 +323,16 @@ @Book{Hundepool_etal_2012 } +@Book{Hyndman_Athanasopoulos_2021, + author = {Rob J Hyndman and George Athanasopoulos}, + title = {Forecasting: Principles and Practice}, + edition = {Third}, + publisher = {OTexts: Melbourne, Australia}, + year = {2021}, + url = {https://otexts.com/fpp3/}, + } + + @Book{Ismay_Kim_2018,