A B-spline (basis spline) is the generalization of the Bézier curve which has minimal support with respect to a given degree, smoothness, and domain partition.
I am trying to reproduce a Mathematica example for a B-spline with Python. The code of the mathematica example reads …
python bsplineI often use B-splines for regression. Up to now I've never needed to understand the output of bs in detail: …
r matrix bsplineI'm using a set of points which go from (-5,5) to (0,0) and (5,5) in a "symmetric V-shape". I'm fitting a model …
r regression lm spline bspline