Description Usage Arguments Value Examples
Computation of a cubic B-spline basis associated to a given vector of knots
1 |
x |
vector of values where the B-spline basis must be evaluated. |
knots |
vector of knots spanning the desired B-spline basis. |
A matrix of dimension length(x)
by (length(knots)+2)
.
Each column of the matrix corresponds to one cubic B-spline in the basis.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.