numeric
numeric copied to clipboard
Weighted Linear Regression
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
Hi Marcus,
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.
Thanks,
On Mon, Oct 21, 2013 at 1:39 AM, marcusdon [email protected] wrote:
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
— Reply to this email directly or view it on GitHubhttps://github.com/sloisel/numeric/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.)