Learn R Programming

fctbases (version 1.1.1)

make.std.bspline.basis: 'Standard' B-spline basis

Description

This initializes a bspline of order 4 with uniformly places knots. df = intervals + 3.

Usage

make.std.bspline.basis(range = c(0, 1), intervals)

Arguments

range

End points of spline

intervals

Number of intervals

Value

function

Details

make.std.bspline.basis uses a different implementation than make.bspline.basis, but is not faster in all uses.

See Also

Functional basis function, make.bspline.basis

Examples

Run this code
# 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