llsq_test


llsq_test, a MATLAB code which calls llsq(), which solves the linear least squares (LLS) problem. It finds the "best" straight line to match a set of data points. More precisely, it finds the quantities "a" and "b" defining the straight line y=a*x+b, which minimizes the root-mean-square (RMS) error to the data.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

llsq, a MATLAB code which solves the linear least squares (LLS) problem. It finds the "best" straight line to match a set of data points. More precisely, it finds the quantities "a" and "b" defining the straight line y=a*x+b, which minimizes the root-mean-square (RMS) error to the data.

Source Code:


Last revised on 22 June 2019.