Arrigo Benedetti
unread,May 6, 2023, 3:12:59 PM5/6/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ceres-...@googlegroups.com
I wonder if I could model a penalized spline (P-Spline) regression
problem with ceres. For penalized splines, the cost function has an
extra regularization term of the form
lambda*norm(D*x)
where D is a matrix operator applied to the spline coefficient vector
x that computes, say, its second order divided differences. lambda
controls the smoothness of the final fit. The question is: can ceres
model this term?
Thanks
-Arrigo