8 March 2012 5:28:52.120 PM LLSQ_PRB FORTRAN77 version Test the LLSQ library. TEST01 LLSQ can compute the formula for a line of the form y = A * x + B which minimizes the RMS error to a set of N data values. Estimated relationship is y = 61.2722 * x + -39.0620 Expected value is y = 61.272 * x - 39.062 I X Y B+A*X |error| 1 1.4700 52.2100 51.0082 -1.2018 2 1.5000 53.1200 52.8463 -0.2737 3 1.5200 54.4800 54.0718 -0.4082 4 1.5500 55.8400 55.9099 0.0699 5 1.5700 57.2000 57.1354 -0.0646 6 1.6000 58.5700 58.9735 0.4035 7 1.6300 59.9300 60.8117 0.8817 8 1.6500 61.2900 62.0372 0.7471 9 1.6800 63.1100 63.8753 0.7653 10 1.7000 64.4700 65.1008 0.6308 11 1.7300 66.2800 66.9389 0.6589 12 1.7500 68.1000 68.1644 0.0644 13 1.7800 69.9200 70.0025 0.0825 14 1.8000 72.1900 71.2280 -0.9620 15 1.8300 74.4600 73.0661 -1.3939 RMS error = 0.706661 LLSQ_PRB Normal end of execution. 8 March 2012 5:28:52.121 PM