Click here to Skip to main content
15,886,724 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Luc Pattyn23-May-11 5:20
sitebuilderLuc Pattyn23-May-11 5:20 
GeneralRe: Best fit polynomial curve to non-continuous data points Pin
Ian Shlasko23-May-11 6:02
Ian Shlasko23-May-11 6:02 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Luc Pattyn23-May-11 6:12
sitebuilderLuc Pattyn23-May-11 6:12 
GeneralRe: Best fit polynomial curve to non-continuous data points Pin
Ian Shlasko23-May-11 7:28
Ian Shlasko23-May-11 7:28 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Luc Pattyn23-May-11 7:50
sitebuilderLuc Pattyn23-May-11 7:50 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Graham Toal23-May-11 9:54
Graham Toal23-May-11 9:54 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Ian Shlasko23-May-11 9:58
Ian Shlasko23-May-11 9:58 
AnswerRe: Best fit polynomial curve to non-continuous data points Pin
Alan Balkany24-May-11 3:25
Alan Balkany24-May-11 3:25 
I'm surprised with all those answers, no one gave you the right approach: Polynomial Regression: http://en.wikipedia.org/wiki/Polynomial_regression[^]

It will give you a best-fit quadratic or cubic equation (or even higher orders if you want). The Wikipedia link defines it, but the explanation there isn't very intuitive. The basic idea is you get an equation for the error terms, take the derivative, and set it to zero. Solving that gives you the equation with the minimum error.
GeneralRe: Best fit polynomial curve to non-continuous data points Pin
Ian Shlasko24-May-11 3:41
Ian Shlasko24-May-11 3:41 
GeneralRe: Best fit polynomial curve to non-continuous data points Pin
Alan Balkany24-May-11 3:43
Alan Balkany24-May-11 3:43 
GeneralRe: Best fit polynomial curve to non-continuous data points Pin
Ian Shlasko24-May-11 3:46
Ian Shlasko24-May-11 3:46 
QuestionShortes pass find + walls bypassing Pin
alikalik14-May-11 22:22
alikalik14-May-11 22:22 
AnswerRe: Shortes pass find + walls bypassing Pin
Luc Pattyn15-May-11 2:43
sitebuilderLuc Pattyn15-May-11 2:43 
AnswerRe: Shortes pass find + walls bypassing Pin
dasblinkenlight15-May-11 23:11
dasblinkenlight15-May-11 23:11 
NewsAckerman non-recursive function Pin
Raminnamiranian4-May-11 22:31
Raminnamiranian4-May-11 22:31 
GeneralRe: Ackerman non-recursive function Pin
Ravi Sant5-May-11 0:31
Ravi Sant5-May-11 0:31 
AnswerRe: Ackerman non-recursive function Pin
Luc Pattyn5-May-11 1:48
sitebuilderLuc Pattyn5-May-11 1:48 
GeneralRe: Ackerman non-recursive function Pin
Richard MacCutchan5-May-11 4:18
mveRichard MacCutchan5-May-11 4:18 
QuestionSearch Algorithm Pin
Cyclone_S16-Apr-11 8:22
Cyclone_S16-Apr-11 8:22 
QuestionRe: Search Algorithm Pin
bob1697216-Apr-11 9:28
bob1697216-Apr-11 9:28 
AnswerRe: Search Algorithm Pin
Cyclone_S16-Apr-11 13:10
Cyclone_S16-Apr-11 13:10 
GeneralRe: Search Algorithm Pin
bob1697216-Apr-11 17:52
bob1697216-Apr-11 17:52 
GeneralRe: Search Algorithm Pin
Cyclone_S20-Apr-11 9:58
Cyclone_S20-Apr-11 9:58 
GeneralRe: Search Algorithm Pin
bob1697220-Apr-11 18:06
bob1697220-Apr-11 18:06 
GeneralRe: Search Algorithm Pin
Cyclone_S21-Apr-11 14:45
Cyclone_S21-Apr-11 14:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.