This function registers a new functional data object to pre-computed warping functions.
register.newfd(yfd, Wfd,type=c('direct','monotone','periodic'))
a functional data object defining the registered curves.
a multivariate functional data object defining the functions to be
registered with Wfd
.
a functional data object defining the registration functions to be used
to register yfd
. This can be the result of either landmarkreg
or register.fd
.
indicates the type of registration function.
assumes Wfd
is a direct definition of the registration
functions. This is produced by landmarkreg
.
assumes that Wfd
defines a monotone functional data
objected, up to shifting and scaling to make endpoints
agree. This is produced by register.fd
.
does shift registration for periodic functions. This is output
from register.fd
if periodic=TRUE
.
Only shift registration is considered for the periodic case.
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
landmarkreg
,
register.fd