Free-knot spline approximation
Zitieren als
Bruno Luong (2024). Free-knot spline approximation (https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/2.2.1.0), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
MinMaxFilterFolder
MultiSolverFolder
PseudoInverseFolder/@pseudoinverse
PseudoInverseFolder/@pseudoinverse/private
private
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
2.2.1.0 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/2.2.1.0 |
||
2.2.0.1 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/2.2.0.1 |
||
2.2.0.0 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/2.2.0.0 |
||
2.1.0.0 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/2.1.0.0 |
||
1.21.0.0 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/1.21.0.0 |
||
1.20.0.0 | See release notes for this release on GitHub: https://github.com/BrunoLuong/Free-knot-spline-approximation/releases/tag/1.20.0.0 |
||
1.19.0.0 | quadprog is functioning (blind codding before)
|
||
1.18.0.0 | Fix the bug when starting knots are provided |
||
1.16.0.0 | Fix the bug for continuous regularization |
||
1.15.0.0 | Fix a small bug (eigs with 'sa' option requires true symmetric matrix, which is now always the case by symmetrizing) |
||
1.14.0.0 | A more robust conversion in pp form is implemented |
||
1.13.0.0 | Remove some redundant code, modify test program |
||
1.12.0.0 | New feature: Periodic spline |
||
1.11.0.0 | fix a bug with parsing k and nknots
|
||
1.10.0.0 | fixed small bug when calling QP engine minqdef |
||
1.9.0.0 | 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 |
||
1.8.0.0 | Singular constraints will issue a warning (instead of an error). Refine the Gauss-Newton direction. Fix few minor bugs. |
||
1.7.0.0 | Change the description. |
||
1.6.0.0 | Correct another bug in the Jacobian calculation (constrained case) |
||
1.5.0.0 | 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. |
||
1.4.0.0 | A major enhancement with shape preserving splines |
||
1.3.0.0 | Change title and description |
||
1.2.0.0 | Remove NaN data before fitting, change TRY/CATCH ME syntax for better compatibility (tested under 2006B), estimate automatic of the noise standard deviation |
||
1.1.0.0 | Update description, more options added to control the fit, discrete regularization |
||
1.0.0.0 |