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 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
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.
(add a point, { "X" : -112, "Y" : -1082.244})
The text was updated successfully, but these errors were encountered:
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


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.
(add a point, { "X" : -112, "Y" : -1082.244})
The text was updated successfully, but these errors were encountered: