Is there a straightforward procedure for converting/representing a fitted B-spline to standard polynomial equations for each ‘between-knot’ piece/segment?
It seems it should be possible but I can’t find a straightforward description of how spline basis coefficients and knot positions relate to coefficients of the corresponding (piecewise) polynomials. Intuitively it would seem likely to be simple operation but I don’t have sufficient depth of knowledge to be confident in deriving it myself.
I’ve seen that there is a Matlab function (fn2fm) for changing between ‘B-spline basis form’ and ‘piecewise polynomial form’ and I’d like to do something similar in R.