[math] SmoothingSpline?

2005-01-05 Thread Joel . Freyss
Cubic Splines are nice but I needed something more generic, i.e. smoothing splines (http://www.qmw.ac.uk/~ugte133/book/11_tsd/splines.pdf). After searching on google, I could not find anything and decided to implement it myself. I believe this would be a nice to have feature and I send you my

Re: [math] SmoothingSpline?

2005-01-05 Thread Phil Steitz
Thanks, Joel! Looks like a great addition. To add this, we need 2 things: 1) A submission with the apache license added at the top. Best would be to open a Bugzilla ticket and attach the file(s) with license at the top. 2) Working test cases. We can get started with 1). Thanks again for this