hermite_bf_matrix {ICSsmoothing} | R Documentation |
Construct 4 Hermite basis functions.
Description
hermite_bf_matrix
constructs matrix of Hermite basis functions' coefficients on
[u
,v
], that is the matrix of 4 cubic polynomials' coefficients of
one-component Hermite cubic spline.
Usage
hermite_bf_matrix(u, v)
Arguments
u |
a left border of interval [ |
v |
a right border of interval [ |
Value
The matrix of 4 Hermite basis functions' coefficients.
Examples
hermite_bf_matrix(0,1)
hermite_bf_matrix(-2,3)
[Package ICSsmoothing version 1.2.8 Index]