Simulations: Script files in scripts/*.sh calling main.ox
 - enter results dir: cd results/
 - call: ../scripts/experiment.*.sh 

Empirical application: empirical.ox (can be called via scripts/generic.sh)
 - enter results dir: cd results/
 - call: ../scripts/generic.sh empirical.ox 

Tests for OOS predictions: empirical.rolling.ox (can be called via scripts/generic.sh)
 - enter results dir: cd results/
 - call: ../scripts/generic.sh empirical.rolling.ox 

Binary files for OxConsole in oxbin/* for self-sufficiency 

External libqarch library written in C can be found in libqarch (requires libgsl to be installed)
 - Linux build: make && sudo make install  [./configure provided]
 - Windows build: Makefile.win provided (untested) 
 - Precompiled Linux 64bit binary libqarch.so provided

