Stop Thinking, Just Do!

Sungsoo Kim's Blog

Applied Time Series Econometrics in Python and R

tagsTags

29 May 2018


Article Source


Applied Time Series Econometrics in Python and R

Time series data is ubitious, and time series statistical models should be included in any data scientists’ toolkit. This tutorial covers the mathematical formulation, statistical foundation, and practical considerations of one of the most important classes of time series models: the AutoRegression Integrated Moving Average with Explanatory Variables model and its seasonal counterpart.

Time series data is ubitious, both within and out of the field of data science: weekly initial unemployment claim, tick level stock prices, weekly company sales, daily number of steps taken recorded by a wearable, just to name a few. Some of the most important and commonly used data science techniques to analyze time series data are those in developed in the field of statistics. For this reason, time series statistical models should be included in any data scientists’ toolkit.

This 120-minute tutorial covers the mathematical formulation, statistical foundation, and practical considerations of one of the most important classes of time series models, AutoRegression Integrated Moving Average with Explanatory Variables (ARIMAX) models, and its Seasonal counterpart (SARIMAX).

Time Series Forecasting using Statistical and Machine Learning Models

Time series data is ubiquitous, and time series modeling techniques are data scientists’ essential tools. This presentation compares Vector Autoregressive (VAR) model, which is one of the most important class of multivariate time series statistical models, and neural network-based techniques, which has received a lot of attention in the data science community in the past few years.


comments powered by Disqus