warpTimeFunction {warpMix} | R Documentation |
This function returns warped time points for a known warping parameter theta.
warpTimeFunction(splineBasisW, theta, t)
splineBasisW |
A matrix, corresponding to the spline basis for the warping functions, evaluted in time points. |
theta |
A matrix, corresponding to initial values for the warping parameters. |
t |
A vector of numbers, corresponding to time points. |
A vector, corresponding to the warped time points.