OuterProdSecondDerivative: Outer Product of Second Derivatives of Spline Bases

View source: R/orthogonalBsplines.R

OuterProdSecondDerivativeR Documentation

Outer Product of Second Derivatives of Spline Bases

Description

Provides the functional outer product of second derivatives of a set of basis functions in a SplineBasis object. It a convenient form for forming a penalty on curve smoothness when fitting a spline curve.

Usage

OuterProdSecondDerivative(basis)

Arguments

basis

A SplineBasis object

Value

A square matrix of order nrow(basis).

See Also

SplineBasis,fitLS


orthogonalsplinebasis documentation built on May 24, 2022, 1:05 a.m.