smooth.construct.fpc.smooth.spec | R Documentation |
Basis constructor for FPC terms
## S3 method for class 'fpc.smooth.spec'
smooth.construct(object, data, knots)
object |
a |
data |
a list containing the data (including any |
knots |
not used, but required by the generic |
object
must contain an xt
element. This is a list that can
contain the following elements:
(required) matrix of functional predictors
(required) the method of finding principal components;
options include "svd"
(unconstrained), "fpca.sc"
,
"fpca.face"
, or "fpca.ssvd"
(optional) the number of PC's to retain
(only needed if npc
not supplied) the percent variance
explained used to determine npc
(required) if FALSE
, the smoothing parameter is
set to 0
the basis class used to pre-smooth X
; default is "ps"
Any additional options for the pre-smoothing basis (e.g. k
, m
,
etc.) can be supplied in the corresponding elements of object
.
See [mgcv]{s}
for a full list of options.
An object of class "fpc.smooth"
. In addtional to the elements
listed in {smooth.construct}
, the object will contain
sm |
the smooth that is fit in order to generate the basis matrix
over |
V.A |
the matrix of principal components |
Jonathan Gellar JGellar@mathematica-mpr.com
Reiss, P. T., and Ogden, R. T. (2007). Functional principal component regression and functional partial least squares. Journal of the American Statistical Association, 102, 984-996.
{fpcr}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.