srvf2curve {fdasrvf}R Documentation

Converts from SRVF to curve representation

Description

Converts from SRVF to curve representation

Usage

srvf2curve(qfun, beta0 = NULL)

Arguments

qfun

A function that takes a numeric vector ss of values in [0,1][0, 1] as input and returns the values of the SRVF of an underlying curve at ss.

beta0

A numeric vector of length LL specifying the initial value of the underlying curve at s=0s = 0.

Value

A function that takes a numeric vector tt of values in [0,1][0, 1] as input and returns the values of the underlying curve at tt.

Examples

srvf2curve(curve2srvf(beta[, , 1, 1]))

[Package fdasrvf version 2.3.1 Index]