Re: C for Polynomial Fit
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sat, 29 Dec 2007 02:06:02 -0500
Gary Pace wrote:
Does anybody know where I can find code for a C function to fit
an (N-1)th order polynomial to N (x,y) data points. Actually I
need to fit a 5th order polynomial to 11 x,y points.
Simply look up the general art of "Least squares fit". Be advised
that the resultant matrices can be fairly unstable.
--
Merry Christmas, Happy Hanukah, Happy New Year
Joyeux Noel, Bonne Annee, Frohe Weihnachten
Chuck F (cbfalconer at maineline dot net)
<http://cbfalconer.home.att.net>
--
Posted via a free Usenet account from http://www.teranews.com
.
- Follow-Ups:
- Re: C for Polynomial Fit
- From: Spehro Pefhany
- Re: C for Polynomial Fit
- References:
- C for Polynomial Fit
- From: Gary Pace
- C for Polynomial Fit
- Prev by Date: Re: C for Polynomial Fit
- Next by Date: Finding Your Dream Home In France
- Previous by thread: Re: C for Polynomial Fit
- Next by thread: Re: C for Polynomial Fit
- Index(es):
Relevant Pages
|