View source: R/get_optimal_t.R
get_optimal_t | R Documentation |
Finds optimal aligned time points for srv curve q to srv curve p using coordinate wise optimization.
get_optimal_t(srv_procrustes_curves, coefs, t_optims, type, knots, eps, i)
srv_procrustes_curves |
scaling and rotation aligned srv curves |
coefs |
mean coefficients |
t_optims |
current optimal parametrization |
type |
"smooth" or "polygon" |
knots |
mean basis knots |
eps |
convergence tolerance |
i |
current iteration |
optimal time points for srv_data_curves, without first value 0 and last value 1 optimal time points have the distance of the observation to the srv_curve as an attribute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.