make.std.bspline.basis {fctbases} | R Documentation |
This initializes a bspline of order 4 with uniformly places knots. df = intervals + 3.
make.std.bspline.basis(range = c(0, 1), intervals)
range |
End points of spline |
intervals |
Number of intervals |
make.std.bspline.basis
uses a different implementation than make.bspline.basis
,
but is not faster in all uses.
function
Functional basis function, make.bspline.basis
## 16 equidistant knots between 0 and 2 (both included)
bf <- make.std.bspline.basis(range = c(0,2), intervals = 15)