Handouts/Notes, and R Markdowns for FIN 335 - Forecasting Methods

DISCLAIMER: The R Markdown files are expanded versions of the online text "Forecasting Principles and Practice" by Rob Hyndman and George Athanasopoulos from Monash University. These R Markdown files contain much of the body of their online text and use several of the authors' examples. Thus much of the writing found in them is theirs. These files do contain many more examples and provide more detailed R code for analyzing time series data. I have also added expanded discussion of some of the topics, mainly through the additional examples I have added.


Chapter 1 - Getting Started

Chapter 2 - Time Series Graphics

 

Chapter 3 - The Forecasters Toolbox

 

Chapter 5 - Linear Models

 

Chapter 6 - Time Series Decomposition

 

Chapter 7 - Exponential Smoothing

 

Chapter 8 - ARIMA Models

VIDEO LECTURES:

 

Chapter 9 - Neural Network Models for Time Series

VIDEO LECTURE:


Final Project Example - Seasonal Time Series Analysis (R Markdown and Word version)

Final Project Example - Nonseasonal Time Series Analysis (R Markdown and Word Version)