fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

[Feature Request] Weighted simple linear regression #205

Open bvenn opened 2 years ago

bvenn commented 2 years ago

While a weighting is possible for polynomials, a weighting for simple linear regression is missing

Describe alternatives you've considered Using polynomial regression with order = 1

@Joott