This app will find the best fitted function to a series of data.
Least squares method is used.
for now, it can find a linear function like below.
y = ax
y = ax + b
Least squares method is used.
for now, it can find a linear function like below.
y = ax
y = ax + b
Show More