bspline_cumbasis: Generate a B-spline Cumulative Basis Matrix
Description
Generate a B-spline Cumulative Basis Matrix
Usage
bspline_cumbasis(x, lwr, upr, K)
Value
A B-spline cumulative basis matrix.
Arguments
- x
A numeric vector of values on which to evaluate the basis.
- lwr
A lower bound.
- upr
An upper bound.
- K
A number of knot points.