Course Introduction
  • Introduction
  • Managing Expectations
  • Main R Functions in Time Series Analysis
  • Supporting Resources
  • Course Link List
Project I Trending Data: Singapur Labor Force Participation Rate
  • Importing The Data
  • Mission Statement
  • Project I Script
  • The Exponential Smoothing Family of Models
  • The Holt Linear Trend Model
  • The ARIMA Model
  • Comparison Plot with 'Ggplot2'
  • Bonus Exercise: In-Sample Forecasts vs Actual Data
Project II Seasonal Data: Monthly Inflation Rates of Germany
  • Getting Familiar with The Data
  • Importing The Data
  • Mission Statement
  • Project II Script
  • Seasonal Decomposition
  • Seasonal ARIMA
  • Exponential Smoothing with ETS
  • Time Series Cross Validation
Project III Irregularly Spaced Data: Analyze A Biotech Stock
  • Mission Statement
  • Scraping the Data From Yahoo Finance
  • Exploring the Data
  • Project III Script
  • Getting a Regular Time Series
  • Visually Analyzing the Data
Project IV Neural Networks: Neural Nets and Interactive Graphs
  • Mission Statement
  • Getting Familiar with the Dataset
  • Project IV Script
  • Cleaning with tidyr
  • Fitting the Neural Net Model
  • Interactive Graph with Dygraphs
  • Course Summary and Further Options