Sunday, 16 July 2023

B Spline Regression Penalty Matrix in Python

Does anyone know of any Python function/packages which compute the penalty matrix for a given b spline basis? I.e. the matrix with entries $$\int B_i’’(u) B_j’’(u) du $$ where the $B_i$ are the given basis functions



from B Spline Regression Penalty Matrix in Python

No comments:

Post a Comment