powered by
One parameter parametric warping on (0, T)
h_inv_parametric(grid, t_max = 1, beta = 0.01)
A numeric vector containing values for a single warping function.
grid of values over which to evaluate the function.
maximum value to be evaluated on the time domain.
parameter that controls shape of warping. Result approaches identity warp as beta approaches zero.
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