Spline Toolbox | ![]() ![]() |
Choice of Spline Space
We deal with cubic splines, i.e., with order
and use simple interior knots, i.e., use the knot sequence
Note the quadruple knot at each end. Since k = 4
, this makes [0..8] = [breaks(1)
..breaks
(lp1
)] the interval of interest, with
n = length(t)
-k
the dimension of the resulting spline space . The same knot sequence would have been supplied by
![]() | What Is a Chebyshev Spline? | Initial Guess | ![]() |