GetBasis: Get Basis functions

Description Usage Arguments Value

View source: R/BSplineFunctions.R

Description

Retrieves the i-th basis function mapping for some given range x, degree and augmented knot set by means of recursion.

Usage

1
GetBasis(x, deg, KKnots, i)

Arguments

x

Range of values to define the function over.

deg

Degree of the desired B-Spline.

KKnots

Augmented knot set.

i

Current level of basis function.

Value

The i-th basis function φ of level deg from B-Spline generative procedure.


nclJoshCowley/PSplinesR documentation built on Nov. 19, 2019, 10:29 a.m.