Automatic ARMA/GARCH selection in parallel
R-bloggers 2013-03-24
Summary:
In the original ARMA/GARCH post I outlined the implementation of the garchSearch function. There have been a few requests for the code so … here it is. Quite easy to use too: After the last code line above, fit contains the best (according to the AIC statistic) model, which is the return value of garchFit. [...]