https://github.com/cran/fda
Raw File
Tip revision: 6323cbf12a1edd296d2011c87cc0f31456f4de8f authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC
version 2.3.4
Tip revision: 6323cbf
varmx.pca.fd.Rd
\name{varmx.pca.fd}
\alias{varmx.pca.fd}
\title{
  Rotation of Functional Principal Components with VARIMAX
Criterion
}
\description{
Principal components are often easier to interpret if they are
rotated.  Among the many possible ways in which this rotation can be
defined, the VARIMAX criterion seems to give satisfactory results most
of the time.
}
\usage{
varmx.pca.fd(pcafd, nharm=scoresd[2], nx=501)
}
\arguments{
\item{pcafd}{
an object of class \code{pca.fd} that is produced by function
\code{pca.fd}.
}
\item{nharm}{
the number of harmonics or principal components to be
rotated.
}
\item{nx}{
the number of argument values in a fine mesh
used to define the harmonics to be
rotated.
}
}
\value{
a rotated principal components analysis object of class
\code{pca.fd}.
}
\seealso{
\code{\link{varmx}}, 
\code{\link{varmx.cca.fd}}
}
% docclass is function
\keyword{smooth}
back to top