make_basis_fct_old: Generate B-spline basis function

View source: R/basis_functions.R

make_basis_fct_oldR Documentation

Generate B-spline basis function

Description

Method for generating a 'basis function' function

Usage

make_basis_fct_old(kts, intercept = FALSE, increasing = FALSE,
  order = 3, boundary = c(0, 1))

Arguments

kts

a sequence of increasing points specifying the placement of the knots.

intercept

logical. Should the basis include an intercept?

increasing

logical. Should the basis be an I-spline?

order

the order of the basis splines.

boundary

boundary knots.

See Also

make_fourier_basis


naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.