How to find error between non-linear plot and data points?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
cantRemember
Messages
13
Reaction score
0
Is there a formal way to measure the error between some arbitrary points and a non-linear curve in order to minimize it?
 
Mathematics news on Phys.org
The short answer is "yes".
You can regress to a curve in many ways... least-squares is popular.
What's best depends on the curve and what you want to know.
I'm guessing you already know how to regress to a line?