least_squares_approximant_test


least_squares_approximant_test, a MATLAB code which calls least_squares_approximant(), which finds a polynomial approximant to data using linear least squares (LLS).

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:

least_squares_approximant, a MATLAB code which finds a polynomial approximant to data using linear least squares (LLS).

Source Code:

The test code requires the test_interp library as well. If this library is available in a separate folder at the same "level" as the lagrange_interp library, then a Matlab command such as "addpath ( './test_interp')" will make that library accessible for a run of the test program.


Last modified on 12 February 2019.