| Updates |
| 18 Nov 2009 |
Update description, more options added to control the fit, discrete regularization |
| 19 Nov 2009 |
Remove NaN data before fitting, change TRY/CATCH ME syntax for better compatibility (tested under 2006B), estimate automatic of the noise standard deviation |
| 28 Nov 2009 |
Change title and description |
| 04 Dec 2009 |
A major enhancement with shape preserving splines |
| 08 Dec 2009 |
Point-wise constraints. Discover an error of the Jacobian formula in [Schutze/Schwetlick 97] paper, modify the calculation accordingly. This concern only the constrained fitting. |
| 09 Dec 2009 |
Correct another bug in the Jacobian calculation (constrained case) |
| 09 Dec 2009 |
Change the description. |
| 10 Dec 2009 |
Singular constraints will issue a warning (instead of an error). Refine the Gauss-Newton direction. Fix few minor bugs. |
| 14 Dec 2009 |
Correct a bug in UpdateConstraints that did not update the knot positions. Precasting data to double. Update more frequently the scaling matrix. Reduce the Lagrange's tolerance to detect active set of QPC solver |
| 18 Mar 2010 |
fixed small bug when calling QP engine minqdef |
| 10 Apr 2010 |
fix a bug with parsing k and nknots
Spline order can be as low as k=1 (piecewise constant fit) |
| 31 May 2010 |
New feature: Periodic spline |
| 01 Jun 2010 |
Remove some redundant code, modify test program |
| 07 Jun 2010 |
A more robust conversion in pp form is implemented |
| 07 Jun 2010 |
Fix a small bug (eigs with 'sa' option requires true symmetric matrix, which is now always the case by symmetrizing) |
| 10 Jun 2010 |
Fix the bug for continuous regularization |
| 05 Jul 2011 |
Fix the bug when starting knots are provided |