Loops through a CSV file and adds each row as a new data point in
a linear regression calculation. Note: First row is assumed a header
row with names of each variable. Secondly the first column is assumed
to be your known observation. The remaining columns are variables.