get_l2_inner_product {fdasrvf} | R Documentation |
Computes the L^2
inner product between two SRVFs
Description
Computes the L^2
inner product between two SRVFs
Usage
get_l2_inner_product(q1fun, q2fun)
Arguments
q1fun |
A function that takes a numeric vector |
q2fun |
A function that takes a numeric vector |
Value
A numeric value storing the L^2
inner product between the two
SRVFs.
Examples
q1 <- curve2srvf(beta[, , 1, 1])
q2 <- curve2srvf(beta[, , 1, 2])
get_l2_inner_product(q1, q2)
[Package fdasrvf version 2.3.1 Index]