Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 355 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 355 Bytes

lareg - Linear least squares fit

This package provides the function lareg, a linear least squares fit which takes a list of functions, x- and y- data and uses a matrix method (Barlow: Statistics: A Guide to the Use of Statistical Methods in the Physical Sciences, p. 111ff.) to calculate the least squares linear combination of the provided functions.