File: BoxBODEM.txt URL Reference: http://www.itl.nist.gov/div898/strd/nls/data/boxbod.shtml Dataset Name: BoxBOD (BoxBODEM.dat) Description: These data are described in detail in Box, Hunter and Hunter (1978). The response variable is biochemical oxygen demand (BOD) in mg/l, and the predictor variable is incubation time in days. Reference: Box, G. P., W. G. Hunter, and J. S. Hunter (1978). Statistics for Experimenters. New York, NY: Wiley, pp. 483-487. Data: y x 109 1 149 2 149 3 191 5 213 7 224 10 Mathematica Lists: xLst = {1, 2, 3, 5, 7, 10}; yLst = {109, 149, 149, 191, 213, 224}; Maple Lists: xLst := [1, 2, 3, 5, 7, 10]: yLst := [109, 149, 149, 191, 213, 224]: MATLAB Row Vector: xLst = [1, 2, 3, 5, 7, 10]; yLst = [109, 149, 149, 191, 213, 224];