In this series, we will build forecast using single and multiple time series data while looking for similarities and possible causality.
Explore single time series data and build a forecast using ARIMA model.
Measure similarity between time series using various techniques.
- Euclidean Distance
- Cosine Similarity
- Dynamic Time Wrapping (DWT)
Is there a shift in similarity seasonal pattern?
Compare VAR and ARIMA models to forecast daily new COVID-19 cases for top 5 countries and then test for possible causality to see if including time series data from other countries significantly improves time series prediction using pairwise F-test score.
The data was taken from the Johns Hopkins University CSSE COVID-19 dataset, and stored as 'time_series_covid19_confirmed_global.csv'