Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 4.87 KB

README.md

File metadata and controls

92 lines (63 loc) · 4.87 KB

Pearson-TSA-Training-Beginner

Overview

Time series forecasting is both a fascinating subject to study and an important technique applied in industry, government, and academic settings. Example applications include demand and inventory planning, marketing strategy planning, capital budgeting, pricing, machine predictive maintenance, and macroeconomic forecasting, just to name a few. Forecasting typically requires time series data, and time series data is ubiquitous nowadays, both within and outside of the data science field, such as weekly initial unemployment claims, tick-level stock prices, weekly company sales, daily number of steps taken recorded by a wearable, machine performance measurements recorded by sensors, and key performance indicators of business functions.

This training provides an introduction to time series analysis and forecasting, covering the key differences between time series data and cross-sectional data, manipulation of time series data, exploratory time series data analysis using statistics (and their graphical representations), and one of the most important classes of statistical time series models; AutoRegression Integrated Moving Average (ARIMA) models and its Seasonal counterpart (SARIMA) with and without explanatory variables. As some of the most important and commonly used data science techniques to analyze time series data and make forecasts based on those developed in the field of statistics and machine learning, this introductory time series training provides the practical foundations for conducting time series analysis and forecasting.

Learning Objectives

The attendees will learn the following concepts and techniques in this training course:

  • The key characteristics, which are distinguished from non-time series data, of time series data
  • Statistics for summarizing time series
  • Graphical techniques to describe characteristics of time series
  • Common use cases of the class of ARIMA models
  • Essential concepts required to appropriately apply the class of ARIMA models in practice, such as
    • Mathematical formulation of this class of model
    • Statistical assumptions of this class of model
    • Implementation of these models in Python using simulated and real-world time-series data
    • ARIMA model selection
    • Assumption testing and model evaluation
    • Forecasting
  • The advantages and disadvantages of the class of ARIMA models

Outline of the Course

1. Introduction to time series analysis

Length (40 min, including 10 minutes for exercise and a 10-minute break)

  • 1.1 Introduction and welcome to the course
  • 1.2 Common use cases of time series analysis from different disciplines
  • 1.3 Common characteristics and patterns of time series
  • 1.4 The class of models to be covered today: A demo
  • Exercise 1

2. Exploratory Time Series Data Analysis and ARMA Model Formulation

Length (60 min, including 15 minutes for exercise and a 10-minute break)

  • 2.1 A brief discussion on the notion of stochastic processes, time series, stationarity, and basic terminology of time series analysis
  • 2.2 Exploratory Time Series Data Analysis
  • 2.3 Mathematical formulation of AR, MA, and ARMA models
  • 2.4 Lag (or backshift) operators
  • 2.5 Properties of the general Autoregressive model of order p (AR(p))
  • 2.6 Properties of the general Moving Average model of order q (MA(q))
  • Exercise 2

3. ETSDA, ARIMA Model Formulation

Length (60 min, including 15 minutes for exercise and a 10-minute break)

  • 3.1 Notion of non-stationarity
  • 3.2 Mathematical formulation of ARIMA models
  • 3.3 The Box-Jenkins Approach to ARIMA Modeling of non-stationary time series
  • Exercise 3

4. ARIMA Modeling

Length (60 min, including 15 minutes for exercise and a 10-minute break)

  • 4.1 Model Identification
  • 4.2 Model Diagnostic Checking
  • 4.3 Model performance evaluation (in-sample fit)
  • 4.4 Forecasting and forecast evaluation
  • 4.5 Incorporation of explanatory variables, its use cases, and its practical suggestions
  • Exercise 4

5. Seasonal ARIMA Modeling

Length (60 min, including 15 minutes for exercise and a 10-minute break)

  • 5.1 Understanding seasonality and examination of seasonal time series
  • 5.2 Mathematical formulation of Seasonal ARIMA (SARIMA) models
  • 5.3 Building a seasonal ARIMA model for forecasting
  • Exercise 5

6. Closing Remarks: Practical suggestions and other topics

Length (20 min)

  • 6.1 Model selection heuristics
  • 6.2 Course wrap-up and next steps, and where to go from here

References

William W.S. Wei. (2005) Time Series Analysis: Univariate and Multivariate Methods , 2nd Edition.

Hyndman, R.J., & Athanasopoulos, G. (2018) Forecasting: principles and practice, 2nd edition, OTexts: Melbourne, Australia. OTexts.com/fpp2.

Richard J. Larsen, and Morris L. Marx. (2017) Introduction to Mathematical Statistics and Its Applications, 6th Edition.