View source: R/find_optimal_t_discrete_closed.R
optimise_one_coord_analytic_closed | R Documentation |
Does optimization in one parameter direction
optimise_one_coord_analytic_closed(t, i, r, p, s, q)
t |
current time points, first has to be 0, last has to be 1 |
i |
index of t that should be updated |
r |
time points for p, first is last - 1 |
p |
square root velocity vectors, one less than time points in r |
s |
time points for q, first is last - 1 |
q |
square root velocity vectors, one less than time points in s |
optimal time points for q with respect to optimization only in the i-th coordinate direction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.