X
an N
by J=ncol(argvals)
matrix of function evaluations
$X_i(t_{i1}),., X_i(t_{iJ}); i=1,.,N.$ For FPCA-based processing methods, these functions are
used to define the eigen decomposition used to preprocess current and future d
argvals
matrix (or vector) of indices of evaluations of $X_i(t)$; i.e. a matrix with
ith row $(t_{i1},.,t_{iJ})$
method
character string indicating the preprocessing method. Options
are "fpca.sc"
, "fpca.face"
, "fpca.ssvd"
, "bspline"
,
and "interpolate"
. The first three use the corresponding existing function
options
list of options passed to the preprocessing method; as an example, options for fpca.sc
include pve
, nbasis
, and npc
.