From: John J. L. <ph...@cs...> - 2001-02-16 08:24:08
|
On Thu, 15 Feb 2001, William Ryu wrote: > Was wondering if there is a "standard" library of curve fitting routines > that people use with Numeric Python. I'm especially interested in high > order Bezier curves, but would like to save some time if someone has put > together a good curve fitting packaging. There are simple wrappers of minpack (which includes non-linear least squares) and dierckx (splines, I think) libraries in Travis Oliphant's Multipack. Travis is still in the process of moving its homepage ATM I think, but they are available somewhere near here: cens.ioc.ee/cgi-bin/cvsweb/python/multipack/ If you search back in the archives of this list, you'll find a pointer to instructions for how to get them with cvs. John |