sesBsplinesNORM: normalized B-splines basis functions

View source: R/fctspline.jbrf.r

sesBsplinesNORMR Documentation

normalized B-splines basis functions

Description

The sesBsplinesNORM evaluates B-Splines basis functions at some points.

Usage

sesBsplinesNORM(x = seq(0, 1, len = 101), knots = 5, m = 2)

Arguments

x

vector, coordinates where to calculate the B-spline functions

knots

number of knots or vector of knots locations

m

integer, degree of the B-Splines

Value

x

as input

bsplines

matrix, values in x of all B-spline basis functions of order m

knots

vector of knots locations

projecteur

inverse matrix of bsplines

Note

This is essentially an internal function for the multisensi package

See Also

bspline, basis.bsplines


multisensi documentation built on Aug. 20, 2026, 1:08 a.m.