Understanding Basis Spline (B-spline) By Working Through Cox-deBoor Algorithm
R-bloggers 2025-06-04
Summary:
I finally understood B-splines by working through the Cox-deBoor algorithm step-by-step, discovering they’re just weighted combinations of basis functions that make non-linear regression linear. What surprised me is going through Bayesian statis...
Continue reading: Understanding Basis Spline (B-spline) By Working Through Cox-deBoor Algorithm