Time Series 1
2025-09-15
Chapter 1 Time series
This book contains the codes for Time Series. By the end of this course, you should be able to:
* Create plots and clean time series data
* Understand format of time series data
* Identify the different characteristics of a time series (trend, cycle, seasonality, etc)
* Perform a time series decomposition and understand the different decomposition techniques
* Perform several exponential smoothing models
* Understand stationarity and how to test for it
* Understand and be able to use ACF and PACF plots to develop potential ARMA models
* Be able to fit basic ARIMA models
* Identify if white noise exists
* Identify seasonality within time series data sets
All of the data sets needed for this class are on the github repository. Enjoy your TIME in Time Series!!