warpTimeFunction {warpMix} | R Documentation |
Compute the warped time points
Description
This function returns warped time points for a known warping parameter theta.
Usage
warpTimeFunction(splineBasisW, theta, t)
Arguments
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. |
Value
A vector, corresponding to the warped time points.
[Package warpMix version 0.1.0 Index]