Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequential fitting of B-spline #82

Open
bgrimstad opened this issue May 14, 2017 · 1 comment
Open

Sequential fitting of B-spline #82

bgrimstad opened this issue May 14, 2017 · 1 comment

Comments

@bgrimstad
Copy link
Owner

Allow a B-spline to be fitted to sample points in a sequential manner. In many applications, new sample points may become available after the B-spline has been fitted and it is desirable to adjust the coefficients using this additional information.

This is possible to do with the current release, but it requires a new B-spline to be built using the old and new sample points, which is inefficient.

@randomizedthinking
Copy link

Is there any progress on the sequential fitting of penalized B-spline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants