get_l2_norm {fdasrvf} | R Documentation |
Computes the L^2
norm of an SRVF
Description
Computes the L^2
norm of an SRVF
Usage
get_l2_norm(qfun)
Arguments
qfun |
A function that takes a numeric vector |
Value
A numeric value storing the L^2
norm of the SRVF.
Examples
q <- curve2srvf(beta[, , 1, 1])
get_l2_norm(q)
[Package fdasrvf version 2.4.0 Index]