Case Study: Climate Change
Time Series Analysis in Python
Rob Reider
Adjunct Professor, NYU-Courant Consultant, Quantopian
Analyzing Temperature Data
Temperature data:
New York City from 1870-2016
Downloaded from National Oceanic and Atmospheric Administration (NOAA)
Convert index to datetime object
Plot data
Analyzing Temperature Data
Test for Random Walk
Take first differences
Compute ACF and PACF
Fit a few AR, MA, and ARMA models
Use Information Criterion to choose best model
Forecast temperature over next 30 years
Let's practice!
Time Series Analysis in Python
Preparing Video For Download...