powered by
This initializes a bspline of order 4 with uniformly places knots. df = intervals + 3.
make.std.bspline.basis(range = c(0, 1), intervals)
End points of spline
Number of intervals
function
make.std.bspline.basis uses a different implementation than make.bspline.basis, but is not faster in all uses.
make.std.bspline.basis
make.bspline.basis
Functional basis function, make.bspline.basis
# NOT RUN { ## 16 equidistant knots between 0 and 2 (both included) bf <- make.std.bspline.basis(range = c(0,2), intervals = 15) # }
Run the code above in your browser using DataLab