Skip to content

An unexpected result on fitting #6

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

Open
shunruo opened this issue Nov 8, 2024 · 0 comments
Open

An unexpected result on fitting #6

shunruo opened this issue Nov 8, 2024 · 0 comments

Comments

@shunruo
Copy link

shunruo commented Nov 8, 2024

I was doing curve-fitting with following data (json array)
data.json

It's very close to a straight line, but I've got a line with opposite trend, see the picture
curvefit
with set order=2, [ y = -1.660432 + x*-9.694904+x^2*0.000240]
but it is okay after removing an element of the array. or, adding extra element also got correct result.
curvefit2
(add a point, { "X" : -112, "Y" : -1082.244})

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

1 participant