compute_pairwise_integrals: Integral of the pairwise product of functions

Description Usage Arguments Value Examples

View source: R/compute_pairwise_integrals.R

Description

Given a set of functions, represented as their pointwise evaluation on a time grid and stored in the columns of a matrix, it computes the integral of the pairwise product of the functions

Usage

1

Arguments

matrix

matrix. m \times J matrix containing in the column j the pointwise representation of the function f_j on the T_grid domain.

T_grid

vector. m-length vector of the time domain

Value

matrix J \times J containing in each element (i,j) the integral of f_i \cdot f_j on the domain defined by T_grid.

Examples

1
2
3

ardeeshany/FLAME documentation built on May 14, 2019, 8:41 a.m.