Autocorrelation plot and Ljung-Box Q-Test
This repository contains:
- prices5y.csv : csv with all prices
- autocorrelation_ACF.m : .m file that reads the adjusted prices on the csv; plots the autocorrelation of simple returns, compound returns, simple squared returns and compound squared returns and computes the Ljung-Box Q-Test for each of them.