Learn R Programming

registr (version 1.0.0)

h_inv_parametric: One parameter parametric warping on (0, T)

Description

One parameter parametric warping on (0, T)

Usage

h_inv_parametric(grid, t_max = 1, beta = 0.01)

Value

A numeric vector containing values for a single warping function.

Arguments

grid

grid of values over which to evaluate the function.

t_max

maximum value to be evaluated on the time domain.

beta

parameter that controls shape of warping. Result approaches identity warp as beta approaches zero.

Examples

Run this code
x = runif(100)
plot(x, type = 'l')
lines(registr:::h_inv_parametric(grid = x, beta = 0.5), col = "red")

Run the code above in your browser using DataLab