Re: [OctDev] Extending the functionality of the splines package

2012-05-18 Thread Nir Krakauer
I committed a new function csaps_sel that estimates the appropriate spline smoothing parameter for given data by minimizing one of several possible penalty functions, such as the Akaike Information Criterion. Please test/improve/extend. Nir

Re: [OctDev] Extending the functionality of the splines package

2012-03-27 Thread Nir Krakauer
Good point. Adding cross-references might be useful. 2012/3/27 Carnë Draug : > There is also the data-smoothing package. I have made a new release of > it just a while ago. > > Carnë -- This SF email is sponsosred by: Try

Re: [OctDev] Extending the functionality of the splines package

2012-03-27 Thread Carnë Draug
On 27 March 2012 18:59, Nir Krakauer wrote: > Given that spline-gcvspl is non-free due to license issues in its > central program, it seems like the splines package is a good place to > include smoothing spline capabilities too. Accordingly, I added a > csaps function to it in the SVN repository.