hermite_bf_matrix: Construct 4 Hermite basis functions.

View source: R/ICS_smoothing.R

hermite_bf_matrixR 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 [u,v].

v

a right border of interval [u,v], uv.

Value

The matrix of 4 Hermite basis functions' coefficients.

Examples

hermite_bf_matrix(0,1)
hermite_bf_matrix(-2,3)

ICSsmoothing documentation built on Jan. 9, 2023, 1:23 a.m.