Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GramMatrix

Computing the Gram Matrix for a set of Spline Basis


Description

Function for computing the Gram matrix of a spline basis.

Usage

GramMatrix(object)

Arguments

object

a SplineBasis object

Details

Compute the Gram Matrix. If object denotes the basis functions b(t) = \{b_1(t),…,b_J(t)\} then the Gram Matrix is,

G = \int b^T(t)b(t) \mathrm{d}t

Value

a matrix as defined above.


orthogonalsplinebasis

Orthogonal B-Spline Basis Functions

v0.1.6
GPL (>= 2)
Authors
Andrew Redd
Initial release
2015-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.