Description Usage Arguments Value
View source: R/BSplineFunctions.R
Retrieves the i-th basis function mapping for some given range
x
, degree and augmented knot set by means of recursion.
1 | GetBasis(x, deg, KKnots, i)
|
x |
Range of values to define the function over. |
deg |
Degree of the desired B-Spline. |
KKnots |
Augmented knot set. |
i |
Current level of basis function. |
The i-th basis function φ of level deg
from B-Spline generative procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.