cantRemember Messages 13 Reaction score 0 Thread starter Feb 21, 2013 #1 Is there a formal way to measure the error between some arbitrary points and a non-linear curve in order to minimize it?
Is there a formal way to measure the error between some arbitrary points and a non-linear curve in order to minimize it?
Simon Bridge Science Advisor Homework Helper Messages 17,871 Reaction score 1,653 Feb 21, 2013 #2 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?
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?