You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to find a javascript library for doing weighted linear regression, but so far haven't had any luck. Do you know where I could find a solution by any chance?
Thanks
Marcus
The text was updated successfully, but these errors were encountered:
The numeric.js library has linear algebra in it, including what you would
need for least-squares (which is probably what you need in the end) but
there is no specialized regression function.
I'm trying to find a javascript library for doing weighted linear
regression, but so far haven't had any luck. Do you know where I could find
a solution by any chance?
Thanks
Marcus
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/47
.
Sébastien Loisel
Department of Mathematics
Heriot-Watt University
Riccarton EH14 4AS
United Kingdom
web: http://www.ma.hw.ac.uk/~loisel/
email: S.Loisel at hw.ac.uk
phone: +44 131 451 3234
fax: +44 131 451 3249
I could take a shot at it, if it hasn't yet been done. (I'm interested in getting into numerical methods work for fun, and improving my JS skills for work, so this fits in nicely.)
Hi Sébastien
I'm trying to find a javascript library for doing weighted linear regression, but so far haven't had any luck. Do you know where I could find a solution by any chance?
Thanks
Marcus
The text was updated successfully, but these errors were encountered: