Adaptive knot selection for B-spline fitting.
up vote
0
down vote
favorite
When fitting a B-spline for regression purposes I've seen a lot of cases where knots are fixed uniformly ,but in some situations this could lead to poor estimations because the behaviour of the curve is not uniform. Knots should be denser when function changes rapidly to capture those "high frequency" moves. I've read some papers that propose different methods to fit adaptive knots, by pruning knots , by fitting multi-resolution basis, etc.
My idea (it's just that, an idea) is to use the short time Fourier transform to determine the intervals where higher frequencies are present, and hence to fix denser knots in these, and on the other hand to figure out where the low frequencies are more important and hence to fix more sparse knots.
Is this theoretically correct? Maybe it's already been done , but honestly I didn't find anything online.
Any hint or suggestions will be greatly appreciated.
fourier-transform change-of-basis spline
add a comment |
up vote
0
down vote
favorite
When fitting a B-spline for regression purposes I've seen a lot of cases where knots are fixed uniformly ,but in some situations this could lead to poor estimations because the behaviour of the curve is not uniform. Knots should be denser when function changes rapidly to capture those "high frequency" moves. I've read some papers that propose different methods to fit adaptive knots, by pruning knots , by fitting multi-resolution basis, etc.
My idea (it's just that, an idea) is to use the short time Fourier transform to determine the intervals where higher frequencies are present, and hence to fix denser knots in these, and on the other hand to figure out where the low frequencies are more important and hence to fix more sparse knots.
Is this theoretically correct? Maybe it's already been done , but honestly I didn't find anything online.
Any hint or suggestions will be greatly appreciated.
fourier-transform change-of-basis spline
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When fitting a B-spline for regression purposes I've seen a lot of cases where knots are fixed uniformly ,but in some situations this could lead to poor estimations because the behaviour of the curve is not uniform. Knots should be denser when function changes rapidly to capture those "high frequency" moves. I've read some papers that propose different methods to fit adaptive knots, by pruning knots , by fitting multi-resolution basis, etc.
My idea (it's just that, an idea) is to use the short time Fourier transform to determine the intervals where higher frequencies are present, and hence to fix denser knots in these, and on the other hand to figure out where the low frequencies are more important and hence to fix more sparse knots.
Is this theoretically correct? Maybe it's already been done , but honestly I didn't find anything online.
Any hint or suggestions will be greatly appreciated.
fourier-transform change-of-basis spline
When fitting a B-spline for regression purposes I've seen a lot of cases where knots are fixed uniformly ,but in some situations this could lead to poor estimations because the behaviour of the curve is not uniform. Knots should be denser when function changes rapidly to capture those "high frequency" moves. I've read some papers that propose different methods to fit adaptive knots, by pruning knots , by fitting multi-resolution basis, etc.
My idea (it's just that, an idea) is to use the short time Fourier transform to determine the intervals where higher frequencies are present, and hence to fix denser knots in these, and on the other hand to figure out where the low frequencies are more important and hence to fix more sparse knots.
Is this theoretically correct? Maybe it's already been done , but honestly I didn't find anything online.
Any hint or suggestions will be greatly appreciated.
fourier-transform change-of-basis spline
fourier-transform change-of-basis spline
asked Dec 1 at 13:00
Ramiro Scorolli
62813
62813
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
If I properly remember, around $1978$, Carl de Boor published a book "A Practical Guide to Splines" in which is described the optimal knot sequence for splines. This was implemented in subroutine $BSOPK$ in $IMSL$ which I used in the past.
On the other side, I just found this document "Spline Regression with Automatic Knot Selection" which appeared in $2018$.
I hope and wish this could be of some help to you.
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If I properly remember, around $1978$, Carl de Boor published a book "A Practical Guide to Splines" in which is described the optimal knot sequence for splines. This was implemented in subroutine $BSOPK$ in $IMSL$ which I used in the past.
On the other side, I just found this document "Spline Regression with Automatic Knot Selection" which appeared in $2018$.
I hope and wish this could be of some help to you.
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
add a comment |
up vote
1
down vote
If I properly remember, around $1978$, Carl de Boor published a book "A Practical Guide to Splines" in which is described the optimal knot sequence for splines. This was implemented in subroutine $BSOPK$ in $IMSL$ which I used in the past.
On the other side, I just found this document "Spline Regression with Automatic Knot Selection" which appeared in $2018$.
I hope and wish this could be of some help to you.
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
If I properly remember, around $1978$, Carl de Boor published a book "A Practical Guide to Splines" in which is described the optimal knot sequence for splines. This was implemented in subroutine $BSOPK$ in $IMSL$ which I used in the past.
On the other side, I just found this document "Spline Regression with Automatic Knot Selection" which appeared in $2018$.
I hope and wish this could be of some help to you.
If I properly remember, around $1978$, Carl de Boor published a book "A Practical Guide to Splines" in which is described the optimal knot sequence for splines. This was implemented in subroutine $BSOPK$ in $IMSL$ which I used in the past.
On the other side, I just found this document "Spline Regression with Automatic Knot Selection" which appeared in $2018$.
I hope and wish this could be of some help to you.
answered 2 days ago
Claude Leibovici
117k1156131
117k1156131
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
add a comment |
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
I've read this article, in any case what I wanted to do is to propose some new method in order to find optimal knots. Thanks for your answer.
– Ramiro Scorolli
9 hours ago
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3021313%2fadaptive-knot-selection-for-b-spline-fitting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown