Time Series Analysis

Learning Objectives: In this module, you will learn about Time Series Analysis to forecast dependent variables based on time. You will be taught different models for time series modeling such that you analyze a real time-dependent data for forecasting.

Topics:
• What is Time Series Analysis?
• Importance of TSA
• Components of TSA
• White Noise
• AR model
• MA model
• ARMA model
• ARIMA model
• Stationarity
• ACF & PACF

Hands on/Demo:
• Checking Stationarity
• Converting a non-stationary data to stationary
• Implementing Dickey-Fuller Test
• Plot ACF and PACF
• Generating the ARIMA plot
• TSA Forecasting

Skills:
• TSA in Python