warp_bhcr: Bayesian Hierarchical Curve Registration

Description Usage

View source: R/warp.R

Description

q must be at least 6 (the min is 5 in reality, but my fast fromula assumes at least 6)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
warp_bhcr(
  y,
  p = 10,
  q = 6,
  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,
  a_lam = 0.1,
  b_lam = 0.1
)

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