inner_product_matrix_splines {ghcm}R Documentation

Computes the matrix of L2 inner products of the splines given in list_of_splines as produced by splines::interpSpline. The splines are assumed to be functions on the interval [from, to].

Description

Computes the matrix of L2 inner products of the splines given in list_of_splines as produced by splines::interpSpline. The splines are assumed to be functions on the interval [from, to].

Usage

inner_product_matrix_splines(list_of_splines, from, to)

Arguments

list_of_splines

list of interpSpline objects.

from, to

limits of integration.

Value

matrix of inner products.


[Package ghcm version 3.0.1 Index]