GramMatrix {orthogonalsplinebasis} | R Documentation |
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 then the Gram Matrix is,
Value
a matrix as defined above.
[Package orthogonalsplinebasis version 0.1.7 Index]