Constraints ensure monotonicity of spline coefficients for warping functions
for use with constrOptim()
function.
constraints(Kh, t_min = 0, t_max = 1, warping = "nonparametric")
An list containing:
A constraint matrix.
A constraint vector.
Number of B-spline basis functions used to estimate warping functions h.
Minimum value to be evaluated on the time domain.
Maximum value to be evaluated on the time domain.
If nonparametric
(default), inverse warping functions are estimated nonparametrically.
If piecewise_linear2
they follow a piecewise linear function with 2 knots.
Julia Wrobel julia.wrobel@cuanschutz.edu, Erin McDonnell eim2117@cumc.columbia.edu