Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weighted Linear Regression #47

Open
FasterPHP opened this issue Oct 20, 2013 · 2 comments
Open

Weighted Linear Regression #47

FasterPHP opened this issue Oct 20, 2013 · 2 comments

Comments

@FasterPHP
Copy link

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

@sloisel
Copy link
Owner

sloisel commented Oct 21, 2013

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 notifications@github.com 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//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

@techstep
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants