Question about the lecture “ARMA for Prices”
There might be a mistake in the lecture where ARMA(5,6) and ARMA(6,1) are said to have all significant coefficients. This however is not true and is even shown in the video. The summaries for those two models show that there is at least on highly insignificant coefficient for them.
I've found the exact same summaries in my results for those models. The actually correct models I've found to be ARMA(6,2) and ARMA(6,5). Looking at LL and AIC there is no clear winner, however LLR_test is applicable here and shows that the (6,5) model is not significantly better than the (6,2) model. LLR_test also shows that (6,2) is significantly better than (6,6) and (1,1). ACF of Residuals of Returns plots show that (6,5) has all lags (up to 40) insignificantly different from 0 while (6,2) does have some, though not disqualifyingly so. Could someone of the 365 team take a look at this? If necessary I'll be able to provide my .ipynb file.
Oddly enough the lecturer makes a point about ARMA(4,6) that is spot on with my findings, leading me to believe even more that I have the correct results at least.