Description Usage Arguments Value
This function recursively constructs the higher order splines
basis. Note that the function does not take into consideration the
order of the final basis function. The dimensions of the inputs
dicate this, and are updated in each iteration of the
recursion. The recursion ends once the row number of argument
bmat
reaches 1. This function was coded in accordance to
Carl de Boor's set of notes on splines, "B(asic)-Spline Basics".
1 | splineUpdate(x, bmat, knots, i, current.order)
|
x |
vector, the values at which to evaluate the basis function. |
bmat |
matrix. Each column of |
knots |
vector, the internal knots. |
i |
integer, the basis component of interest. |
current.order |
integer, the current order associated with the
argument |
vector, the evaluation of the spline at each value in
vector x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.