Description Usage Arguments Value
View source: R/BSplineFunctions.R
Generates B-Spline functions over some parameters and places such functions into columns of a n by (m + deg + 1) matrix.
1 | GetBSpline(x, deg = 3, IntKnots, ExtKnots)
|
x |
Range of values to define the function over. |
deg |
Degree of the desired B-Spline. |
IntKnots |
Interior knots that partially define the B-Spline. |
ExtKnots |
Exterior knots, often |
Matrix where i,j-th entry corresponds to j-th basis function evaluated at i-th data point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.