show/hide this revision's text 5 minor edits

In the general case you want an "optimizer" or "mimimizer". See http://en.wikipedia.org/wiki/Optimization_(mathematics)#Solvers for some exmples.I exmples. I see that the first link (http://en.wikipedia.org/wiki/IMSL_Numerical_Libraries) claims to have c# support.


Edit: For the limited use that you propose (linear or quadratic polynomials), you could just go to any copy of Numerical Recipies, grab a straight ahead implementation, and translate to you your language. A general minimizer is overkill.

But note, also, that polynomials may be poor predictors.

show/hide this revision's text 4 wordo

In the general case you want an "optimizer" or "mimimizer". See http://en.wikipedia.org/wiki/Optimization_(mathematics)#Solvers for some exmples.I see that the first link (http://en.wikipedia.org/wiki/IMSL_Numerical_Libraries) claims to have c# support.


Edit: For the limited use that you propose (linear of or quadratic polynomials), you could just go to any copy of Numerical Recipies, grab a straight ahead implementation, and translate to you language. A general minimizer is overkill.

But note, also, that polynomials may be poor predictors.

show/hide this revision's text 3 Explicit answer!

In the general case you want an "optimizer" or "mimimizer". See http://en.wikipedia.org/wiki/Optimization_(mathematics)#Solvers for some exmples. These tools are nearly ubiquitous for fortran, c, and c++, so you might consider linking exmples.I see that the first link (http://en.wikipedia.org/wiki/IMSL_Numerical_Libraries) claims to code from another language, as well..have c# support.


Edit: For the limited use that you propose (linear of quadratic polynomials), you could just go to any copy of Numerical Recipies, grab a straight ahead implementation, and translate to you language. A general minimizer is overkill.

But note, also, that polynomials may be poor predictors.

show/hide this revision's text 2 Special case suggestion, and a warning
show/hide this revision's text 1