Learn R Programming

fda (version 6.1.4)

register.newfd: Register Functional Data Objects with Pre-Computed Warping Functions

Description

This function registers a new functional data object to pre-computed warping functions.

Usage

register.newfd(yfd, Wfd,type=c('direct','monotone','periodic'))

Value

a functional data object defining the registered curves.

Arguments

yfd

a multivariate functional data object defining the functions to be registered with Wfd.

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.

type

indicates the type of registration function.

  • direct assumes Wfd is a direct definition of the registration functions. This is produced by landmarkreg.

  • monotone assumes that Wfd defines a monotone functional data objected, up to shifting and scaling to make endpoints agree. This is produced by register.fd.

  • periodic does shift registration for periodic functions. This is output from register.fd if periodic=TRUE.

Details

Only shift registration is considered for the periodic case.

See Also

landmarkreg, register.fd