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

same x with different y #85

Open
olmer88 opened this issue Sep 18, 2018 · 1 comment
Open

same x with different y #85

olmer88 opened this issue Sep 18, 2018 · 1 comment

Comments

@olmer88
Copy link

olmer88 commented Sep 18, 2018

I'm not strong enough in math. Can somebody help me? Is it correct to path same x with different y?
Example:

import regression from 'regression';
cons data = [
[0, 1], 
[32, 67], 
[32, 50], 
[12, 79],
]
const result = regression.linear(data);
@ecc521
Copy link

ecc521 commented Aug 9, 2021

@olmer88
I'm assuming you already figured this out (given the date), but this is correct.
Also - GitHub issues is not the place to ask questions like this.

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

2 participants