liesel icon indicating copy to clipboard operation
liesel copied to clipboard

Add splines functionality

Open jobrachem opened this issue 6 months ago • 4 comments

This PR contains only the three most basic functions that enable Liesel-users to work with P-splines without leaving Python:

  • equidistant_knots
  • basis_matrix
  • pspline_penalty

The functionality, in particular the _build_basis_vector algorithm was originally implemented by @GianmarcoCallegher, so all credit for this belongs to him.

jobrachem avatar Aug 26 '24 01:08 jobrachem