warp_template: Template Prior Curve Registration

Description Usage

View source: R/warp.R

Description

Template Prior Curve Registration

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
warp_template(
  y,
  lmk_inds = NULL,
  ref_lmk_inds = NULL,
  p = 10,
  n_iter = 15000,
  n_burn = 10000,
  n_thin = 1,
  a_eps = length(y)/2,
  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,
  a_lam = 0.1,
  b_lam = 0.1
)

wzhorton/warptk documentation built on Nov. 14, 2020, 10:01 p.m.