Re: Polynomial fitting routines?



Do you mean Splines? See http://www.netlib.org/cgi-bin/search.pl
and do a Search for: Splines.

If you want do straight polynomial fit,
search for: Polynomail least squares

Also see:
http://users.bigpond.net.au/amiller/lsq/spline5.f90
or
http://users.bigpond.net.au/amiller/lsq/fit_poly.f90

That is search the site:
http://users.bigpond.net.au/amiller/


Skip

On Sun, 27 Nov 2005 23:05:58 +0000 (UTC), kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G.
Kargl) wrote:

-|I'm looking for a to polynomial fitting routine at accepts a
-|dataset and returns a fit to fairly high precision. Anyone
-|have a pointer to a favorite routine?

.