Description Usage Arguments Value Note See Also
The sesBsplinesNORM
evaluates B-Splines basis functions at some points.
1 | sesBsplinesNORM(x = seq(0, 1, len = 101), knots = 5, m = 2)
|
x |
vector, coordinates where to calculate the B-spline functions |
knots |
number of knots or vector of knots locations |
m |
integer, degree of the B-Splines |
x |
as input |
bsplines |
matrix, values in x of all B-spline basis functions of order m |
knots |
vector of knots locations |
projecteur |
inverse matrix of |
This is essentially an internal function for the multisensi package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.