| explicit_spline {ICSsmoothing} | R Documentation |
The function computes the coefficients of the cubic polynomials as spline components of the clamped interpolating cubic spline of class C^2 in its explicit form S=B * gamma.
Description
The function computes the coefficients of the cubic polynomials as spline components of the clamped interpolating cubic spline of class C^2 in its explicit form S=B * gamma.
Usage
explicit_spline(B, gamma)
Arguments
B |
a |
gamma |
a vector of spline coefficients - function values and exterior-node derivatives that takes part in the explicit form |
Value
a matrix with four columns, whose i-th row contains the coefficients of the splines's i-th component.
Examples
# See functions cics_explicit, cics_unif_explicit and the vignette.
[Package ICSsmoothing version 1.2.8 Index]