curve2srvf {fdasrvf} | R Documentation |
Converts a curve to its SRVF representation
Description
Converts a curve to its SRVF representation
Usage
curve2srvf(beta, is_derivative = FALSE)
Arguments
beta |
A numeric matrix of size |
is_derivative |
A boolean value specifying whether the input |
Value
A function that takes a numeric vector s
of values in [0,
1]
as input and returns the values of the SRVF of the original curve at
s
.
Examples
curve2srvf(beta[, , 1, 1])
[Package fdasrvf version 2.3.1 Index]