Skip to main content

Archived and Other Teaching

Archived and Other Teaching

Archived Courses

Advanced Econometrics is full course covering forecasting from high-dimensional spaces and evaluating forecasts when many models are tried (data snooping).

OxCort Hacking

OxCORT is painful to use. The console in Firefox or Chrome can be used to automate filling out many forms. A simple example is:

for (i=0;i<=17;i++)
{
    temp = document.getElementById("RF_" + i + "_toCome");
    temp.value = 2;
    temp = document.getElementById("RF_" + i + "_workSet");
    temp.value = 4;
    temp = document.getElementById("RF_" + i + "_workDone");
    temp.value = 3;
    temp = document.getElementById("RF_" + i + "_workLate");
    temp.value = 0;
    temp = document.getElementById("RF_" + i + "_industry");
    temp.value = "Very good";
    temp = document.getElementById("RF_" + i + "_progress");
    temp.value = "Very good";
    temp = document.getElementById("RF_" + i + "_grade");
    temp.value = "2.i/1";;
}

Specimen

Notebook Specimen