llsq_test


llsq_test, a Fortran90 code which calls llsq(), which solves the simple linear least squares (LLS) problem of finding the formula of a straight line y=a*x or y=a*x+b which minimizes the root-mean-square error to a set of N data points.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

llsq, a Fortran90 code which solves the simple linear least squares (LLS) problem of finding the formula of a straight line y=a*x or y=a*x+b which minimizes the root-mean-square (RMS) error to a set of N data points.

Source Code:


Last revised on 28 July 2020.