Bayesian Landmark Warping
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | warp_landmark(
y,
lmk_inds,
ref_lmk_inds,
p = 10,
n_iter = 15000,
n_burn = 10000,
n_thin = 1,
a_eps = length(y),
b_eps = 0.1,
a_a = 0.1,
b_a = 0.1,
a_c = 0.1,
b_c = 0.1,
a_tau = 0.1,
b_tau = 0.1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.