bgrimstad/splinter

Add weighted least squares

bgrimstad opened this issue · 2 comments

Add weighted least squares (WLS) to SPLINTER. WLS should be added by introducing a weight vector parameter to BSpline::Builder::fit.

WLS was added in 5ae25ce and will be included in the next release. Note that unit testing of WLS must be added before we close this issue.

A test was added in 92884f9. Closing issue...