Forecasting in R
Rob J. Hyndman
Professor of Statistics at Monash University
Exploring and visualizing time series
Simple benchmark methods for forecasting
Exponential smoothing and ARIMA models
Advanced forecasting methods
Measuring forecast accuracy
Choosing the best method
Hyndman, R. J. & Athanasopoulos, G. (2017)
Forecasting: principles and practice, 2nd edition
Free and online at OTexts.org/fpp2/
Data sets in associated R package fpp2
R code for all examples
Series of data observed over time
Eg.: Daily IBM stock prices, monthly rainfall in London,...
Forecasting is estimating how the sequence of observations will continue into the future.
What forecasting methods are available that take account of trend, seasonality and other features of the data?
How to measure the accuracy of your forecasts?
How to choose a good forecasting model?
Forecasting in R