Learn R Programming

fdasrvf (version 2.4.0)

srvf2curve: Converts from SRVF to curve representation

Description

Converts from SRVF to curve representation

Usage

srvf2curve(qfun, beta0 = NULL)

Value

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

Arguments

qfun

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

beta0

A numeric vector of length \(L\) specifying the initial value of the underlying curve at \(s = 0\).

Examples

Run this code
srvf2curve(curve2srvf(beta[, , 1, 1]))

Run the code above in your browser using DataLab