Learn R Programming

ICSsmoothing (version 1.2.10)

hermite_bf_matrix: 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)

Value

The matrix of 4 Hermite basis functions' coefficients.

Arguments

u

a left border of interval [u,v].

v

a right border of interval [u,v], u\(\le\)v.

Examples

Run this code
hermite_bf_matrix(0,1)
hermite_bf_matrix(-2,3)

Run the code above in your browser using DataLab