loss_h {registr} | R Documentation |
Loss function for registration step optimization
Description
Loss function for registration step optimization
Usage
loss_h(
Y,
Theta_h,
mean_coefs,
knots,
beta.inner,
family,
t_min,
t_max,
t_min_curve,
t_max_curve,
incompleteness = NULL,
lambda_inc = NULL,
periodic = FALSE,
Kt = 8,
warping = "nonparametric",
priors = FALSE,
prior_sd = NULL
)
Arguments
Y |
vector of observed points. |
Theta_h |
B-spline basis for inverse warping functions. |
mean_coefs |
spline coefficient vector for mean curve. |
knots |
knot locations for B-spline basis used to estimate mean and FPC basis function. |
beta.inner |
spline coefficient vector to be estimated for warping function h. |
family |
One of |
t_min , t_max |
minimum and maximum value to be evaluated on the time domain. |
t_min_curve , t_max_curve |
minimum and maximum value of the observed time domain of the (potentially incomplete) curve. |
incompleteness |
Optional specification of incompleteness structure.
One of |
lambda_inc |
Penalization parameter to control the amount of
overall dilation of the domain.
The higher this lambda, the more the registered domains are forced to have the
same length as the observed domains.
Only used if |
periodic |
If |
Kt |
Number of B-spline basis functions used to estimate mean functions. Default is 8. |
warping |
If |
priors |
For |
prior_sd |
For |
Value
The scalar value taken by the loss function.
Author(s)
Julia Wrobel julia.wrobel@cuanschutz.edu, Erin McDonnell eim2117@cumc.columbia.edu, Alexander Bauer alexander.bauer@stat.uni-muenchen.de